[Openmp-commits] [PATCH] D128129: [libomptarget]Add a trap for external omptarget from LLVM
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jun 18 19:05:45 PDT 2022
tianshilei1992 accepted this revision.
tianshilei1992 added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: openmp/libomptarget/DeviceRTL/CMakeLists.txt:36
# LLVM in-tree builds may use CMake target names to discover the tools.
+ # A LLVM_ENABLE_PROJECTS=openmp build takes this route
set(CLANG_TOOL $<TARGET_FILE:clang>)
----------------
This two lines can go in a NFC patch w/o review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128129/new/
https://reviews.llvm.org/D128129
More information about the Openmp-commits
mailing list