Based on https://reviews.llvm.org/D84022 with additional changes to maintain
out-of-tree builds.
Details
Details
- Reviewers
DavidTruby sscalpone tskeith
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
- Fixed the LIT config - originally config.flang_standalone_build was a string
(either "ON" or "OFF"), but the canonical LLVM way is to use
llvm_canonicalize_cmake_booleans so that the corresponding LIT variable becomes
numeric 0 or 1
- Added David's original commit message and attributed the patch to him (I'm not
sure whether that will be visible in Phab)
Tested with -G Ninja and -G "Ninja Multi-Config" for in-tree, and `-G
Ninja` for out-of-tree. ninja check-all works fine.
Comment Actions
This has been merged-in, but Phabricator hasn't registered that. I'm closing this manually instead.