[libc-commits] [libc] [libc] Change the GPU loaders to LLVM executables (PR #101442)

Schrodinger ZHU Yifan via libc-commits libc-commits at lists.llvm.org
Wed Jul 31 19:53:47 PDT 2024


================
@@ -1,4 +1,11 @@
-add_executable(amdhsa-loader Loader.cpp)
+set(LLVM_LINK_COMPONENTS
+  BinaryFormat
+  Object
+  Option
+  Support
+  )
+
+add_llvm_executable(amdhsa-loader amdhsa-loader.cpp)
----------------
SchrodingerZhu wrote:

will this be copied into `<build-dir>/bin`?

https://github.com/llvm/llvm-project/pull/101442


More information about the libc-commits mailing list