[PATCH] D139588: [llvm-driver] Temporarily remove dsymutil

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 15:10:29 PST 2022


abrachet created this revision.
abrachet added a reviewer: phosek.
Herald added a reviewer: JDevlieghere.
Herald added a project: All.
abrachet requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

A recent change made it such that target_link_libraries is always
called and not conditionally. target_link_libraries doesn't
currently work when LLVM_TOOL_LLVM_DRIVER_BUILD=On. This should
be fixed in the future, but for now let's just remove dsymutil
as part of the llvm-driver build.


https://reviews.llvm.org/D139588

Files:
  llvm/tools/dsymutil/CMakeLists.txt


Index: llvm/tools/dsymutil/CMakeLists.txt
===================================================================
--- llvm/tools/dsymutil/CMakeLists.txt
+++ llvm/tools/dsymutil/CMakeLists.txt
@@ -33,7 +33,6 @@
   intrinsics_gen
   ${tablegen_deps}
   DsymutilTableGen
-  GENERATE_DRIVER
   )
 
 if(APPLE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139588.481079.patch
Type: text/x-patch
Size: 301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/26d7057e/attachment.bin>


More information about the llvm-commits mailing list