This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Removed `-DLLVM_ENABLE_PROJECTS=flang` to allow flang bot to build flang again
ClosedPublic

Authored by Conanap on May 17 2021, 7:29 AM.

Details

Summary

Not quite sure why this change works, but it is inline with the behaviour of other buildbots.

This change was prompted due to making -DLLVM_FLANG_NEW_DRIVER=on as default, which required clang to be part of the -DLLVM_ENABLE_PROJECTS. However, adding that causes flang to not be built (even though flang is also part of that flag). all also doesn't seem to build flang, even though flang is part of the definition in CMakeLists.txt.

Diff Detail

Event Timeline

Conanap created this revision.May 17 2021, 7:29 AM
Conanap requested review of this revision.May 17 2021, 7:29 AM
This revision is now accepted and ready to land.May 17 2021, 10:05 PM