aomp icon indicating copy to clipboard operation
aomp copied to clipboard

[build] - Support for removing OPENMP_STANDALONE_BUILD logic upstream

Open estewart08 opened this issue 3 months ago • 0 comments

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.

estewart08 avatar Oct 27 '25 23:10 estewart08