aomp
aomp copied to clipboard
[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.
This will be dependent on a LLVM patch.