[PATCH] D156758: [dwp][libtool-darwin][sancov] Enable llvm-driver
Andres Villegas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 10:03:02 PDT 2023
avillega added a comment.
In D156758#4550942 <https://reviews.llvm.org/D156758#4550942>, @JDevlieghere wrote:
> In D156758#4550897 <https://reviews.llvm.org/D156758#4550897>, @avillega wrote:
>
>> Don't enable for dsymutil since it uses target_link_libraries
>> for APPLE.
>
> Ah, because we link against `CoreFoundation`. I wonder if on Apple platforms, we should just link the driver against it too.
Something like that is the plan. Most of the tools left to be added to the driver use target_link_libraries. Need to go through those and conditionally link the driver against those libs when LLVM_TOOL_LLVM_DRIVER_BUILD is enabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156758/new/
https://reviews.llvm.org/D156758
More information about the llvm-commits
mailing list