Commit 0102b38
committed
[build] - Support for removing OPENMP_STANDALONE_BUILD logic upstream
Support for openmp and offload debug/perf/asan libraries has moved to
build_llvm_runtimes_standalone.sh. This script invokes the cmake in
llvm-project/runtimes instead of the openmp or offload directories.
Upstream will eventually remove OPENMP_STANDALONE_BUILD.
- LLVM_BINARY_DIR introduced to notify the runtimes standalone build where clang is.
- USE_LIBOMPTARGET_LIBRARY_DIR=On introduced to keep offload build files
out of the install directory.1 parent 9b7dd73 commit 0102b38
2 files changed
+536
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
| 135 | + | |
139 | 136 | | |
140 | 137 | | |
141 | 138 | | |
| |||
0 commit comments