[llvm-branch-commits] [clang] [flang] [lld] [llvm] [Flang] LLVM_ENABLE_RUNTIMES=flang-rt (PR #110217)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Dec 8 09:21:33 PST 2024
h-vetinari wrote:
How are out-of-tree builds supposed to work? I had added `-DLLVM_ENABLE_RUNTIMES="flang-rt"` to our existing flang builds (which leverage pre-built llvm, clang & mlir), and noticed that nothing related to `flang_rt` gets built. Upon closer inspection, this is unsurprising, because the config step ignored that variable:
```
CMake Warning:
-- Generating done (1.7s)
Manually-specified variables were not used by the project:
LLVM_ENABLE_RUNTIMES
```
https://github.com/llvm/llvm-project/pull/110217
More information about the llvm-branch-commits
mailing list