This is an archive of the discontinued LLVM Phabricator instance.

Fix LLVM_LINK_LLVM_DYLIB build after rC361285
AbandonedPublic

Authored by sbc100 on May 23 2019, 7:58 AM.

Details

Reviewers
ymandel
thakis
Summary

All the other unittests I can find specify LLVMTestingSupport in
target_link_libraries not as part of LLVM_LINK_COMPONENTS.

I'm not sure how/why this fixes the build issue, but its consistent
with other uses.

Event Timeline

sbc100 created this revision.May 23 2019, 7:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2019, 7:58 AM
sbc100 edited the summary of this revision. (Show Details)
ymandel accepted this revision.May 23 2019, 8:03 AM

Thanks for fixing this. Might want to wait for Nico's response, though, since the original change was at his suggestion.

This revision is now accepted and ready to land.May 23 2019, 8:03 AM