This is an archive of the discontinued LLVM Phabricator instance.

[LLVMTestingSupport] Add explicit linkage to LLVMSupport
ClosedPublic

Authored by mgorny on Apr 7 2018, 1:41 PM.

Details

Summary

Explicitly link LLVMTestingSupport library against LLVMSupport. This
is necessary to fix linking errors when LLVMTestingSupport is built
as a shared library (with BUILD_SHARED_LIBS=ON) and -Wl,-z,defs is used.

[This is needed to fix clang+clang-tools-extra build on Gentoo.]

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Apr 7 2018, 1:41 PM
mgorny added a subscriber: zturner.Apr 7 2018, 11:52 PM

W dniu nie, 08.04.2018 o godzinie 00∶13 +0000, użytkownik Zachary Turner
napisał:

Lgtm

Thanks!

This revision was not accepted when it landed; it landed in state Needs Review.Apr 7 2018, 11:53 PM
This revision was automatically updated to reflect the committed changes.