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.
Details
Details
- Reviewers
phosek JDevlieghere - Commits
- rGeeee51e4bb99: [llvm-driver] Temporarily remove dsymutil
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
FYI: with the followup ab3dd9ad532d63248f731d207afecf71b2fa5b29, it broke our bazel build (fixed in 3661458b4cb3b4af2211a7e9889768cace9c710f). If you add it back in the future, would be nice to update the bazel build file as well.