[PATCH] D154036: [libc] Add support for creating wrapper headers for offloading in clang
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 6 04:34:52 PDT 2023
jhuber6 added inline comments.
================
Comment at: libc/include/CMakeLists.txt:8
+if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
+ include(GetClangResourceDir)
+endif()
----------------
sivachandra wrote:
> Where does this come from?
It's a global CMake module that LLVM provides in `cmake/Modules/GetClangResourceDir.cmake`. I only expect the GPU build to be done in-tree.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154036/new/
https://reviews.llvm.org/D154036
More information about the cfe-commits
mailing list