[llvm] eeee51e - [llvm-driver] Temporarily remove dsymutil
Alex Brachet via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 23:19:47 PST 2022
Author: Alex Brachet
Date: 2022-12-08T07:19:05Z
New Revision: eeee51e4bb9998c70737a8b771fc1a7884cfedd1
URL: https://github.com/llvm/llvm-project/commit/eeee51e4bb9998c70737a8b771fc1a7884cfedd1
DIFF: https://github.com/llvm/llvm-project/commit/eeee51e4bb9998c70737a8b771fc1a7884cfedd1.diff
LOG: [llvm-driver] Temporarily remove dsymutil
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.
Differential Revision: https://reviews.llvm.org/D139588
Added:
Modified:
llvm/tools/dsymutil/CMakeLists.txt
Removed:
################################################################################
diff --git a/llvm/tools/dsymutil/CMakeLists.txt b/llvm/tools/dsymutil/CMakeLists.txt
index 38028cd3d80a..6285e19b4564 100644
--- a/llvm/tools/dsymutil/CMakeLists.txt
+++ b/llvm/tools/dsymutil/CMakeLists.txt
@@ -33,7 +33,6 @@ add_llvm_tool(dsymutil
intrinsics_gen
${tablegen_deps}
DsymutilTableGen
- GENERATE_DRIVER
)
if(APPLE)
More information about the llvm-commits
mailing list