[libc-commits] [libc] [libc] Change the GPU loaders to LLVM executables (PR #101442)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Jul 31 19:54:44 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)
----------------
jhuber6 wrote:
Yes, it's also installed into `<install>/bin`.
https://github.com/llvm/llvm-project/pull/101442
More information about the libc-commits
mailing list