[PATCH] D150871: libclc: fix linking against libLLVMSupport
Thomas Debesse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 08:02:48 PDT 2023
illwieckz updated this revision to Diff 523387.
illwieckz added a comment.
I sorted alphabetically the libraries to be linked with.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150871/new/
https://reviews.llvm.org/D150871
Files:
libclc/CMakeLists.txt
Index: libclc/CMakeLists.txt
===================================================================
--- libclc/CMakeLists.txt
+++ libclc/CMakeLists.txt
@@ -115,6 +115,7 @@
BitReader
BitWriter
Core
+ Support
)
add_llvm_executable( prepare_builtins utils/prepare-builtins.cpp )
target_compile_definitions( prepare_builtins PRIVATE ${LLVM_VERSION_DEFINE} )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150871.523387.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230518/1fd3e563/attachment.bin>
More information about the llvm-commits
mailing list