summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorShoaib Meenai <smeenai@fb.com>2019-07-11 21:20:38 +0000
committerShoaib Meenai <smeenai@fb.com>2019-07-11 21:20:38 +0000
commit3173c60f96c3ccfc17d403a192ae58e720153c23 (patch)
tree95d45054095ef37ebc51ecef8d2fe92b51921f34 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parente67cc380a800d91297bae9e82ea3357ff39e379d (diff)
downloadbcm5719-llvm-3173c60f96c3ccfc17d403a192ae58e720153c23.tar.gz
bcm5719-llvm-3173c60f96c3ccfc17d403a192ae58e720153c23.zip
[clang-shlib] Fix clang-shlib for PRIVATE dependencies
Any static library with a PRIVATE dependency ends up with a $<LINK_ONLY:...> generator expression in its INTERFACE_LINK_LIBRARIES, which won't be evaluated by the $<TARGET_PROPERTY:...>, so we end up with an unevaluated generator expression in the generated build file and Ninja chokes on the dollar sign. Just use the static library directly for its dependencies instead of trying to propagate dependencies manually. Differential Revision: https://reviews.llvm.org/D64579 llvm-svn: 365825
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud