[all-commits] [llvm/llvm-project] eeee51: [llvm-driver] Temporarily remove dsymutil
Alex Brachet via All-commits
all-commits at lists.llvm.org
Wed Dec 7 23:19:55 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eeee51e4bb9998c70737a8b771fc1a7884cfedd1
https://github.com/llvm/llvm-project/commit/eeee51e4bb9998c70737a8b771fc1a7884cfedd1
Author: Alex Brachet <abrachet at google.com>
Date: 2022-12-08 (Thu, 08 Dec 2022)
Changed paths:
M llvm/tools/dsymutil/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list