[Openmp-commits] [PATCH] D93738: [OpenMP] Not set OPENMP_STANDALONE_BUILD=ON when building OpenMP along with LLVM
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 9 10:10:30 PST 2021
tianshilei1992 marked 2 inline comments as done.
tianshilei1992 added inline comments.
================
Comment at: llvm/runtimes/CMakeLists.txt:129
foreach(entry ${runtimes})
get_filename_component(projName ${entry} NAME)
----------------
protze.joachim wrote:
> Are you sure that openmp is in `${runtimes}`?
Adding `openmp` to `LLVM_ALL_RUNTIMES` could be in another patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93738/new/
https://reviews.llvm.org/D93738
More information about the Openmp-commits
mailing list