diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-06-03 12:11:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 12:11:14 -0500 |
commit | ebd62273782456d2adad29eb5ba8b8fbf609904e (patch) | |
tree | c578257ec6e64c44a6d443177569b72bb654abce /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2f8675a0266263d01d124cb11defdc6c902b651c (diff) | |
download | llvm-ebd62273782456d2adad29eb5ba8b8fbf609904e.zip llvm-ebd62273782456d2adad29eb5ba8b8fbf609904e.tar.gz llvm-ebd62273782456d2adad29eb5ba8b8fbf609904e.tar.bz2 |
[LLVM] Fix runtimes builds not triggering without LLVM_ENABLE_RUNTIMES (#94225)
Summary:
The runtimes builds create separate projects. Normally these use
`LLVM_EANBLE_RUNTIMES`. However, we can also use `LLVM_RUNTIME_TARGETS`
and `RUNTIMES_<target>_LLVM_ENABLE_RUNTIMES` to enable them. Currently,
if `LLVM_RUNTIME_TARGETS` isn't specified this is completely ignored.
This patch fixes the behavior so we can only specify the cross-compiling
versions.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions