[PATCH] D154036: [libc] Add support for creating wrapper headers for offloading in clang

Siva Chandra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 6 00:17:53 PDT 2023


sivachandra added a comment.

The libc specific changes are really minimal straightforward. The GPU side, the clang driver changes etc. need a review by a GPU expert.



================
Comment at: libc/include/CMakeLists.txt:8
+if(LIBC_TARGET_ARCHITECTURE_IS_GPU)
+  include(GetClangResourceDir)
+endif()
----------------
Where does this come from?


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