[llvm] [Offload] Introduce offload-tblgen and initial new API implementation (PR #108413)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 09:19:15 PDT 2024
================
@@ -349,6 +349,9 @@ add_subdirectory(tools)
# Build target agnostic offloading library.
add_subdirectory(src)
+add_subdirectory(tools/offload-tblgen)
+add_subdirectory(new-api)
----------------
jhuber6 wrote:
I don't think we should call this `new-api`.
https://github.com/llvm/llvm-project/pull/108413
More information about the llvm-commits
mailing list