This is an archive of the discontinued LLVM Phabricator instance.

Fix unresolved symbols when loading gold plugin
ClosedPublic

Authored by volkalexey on Jun 24 2014, 7:43 AM.

Details

Summary

Gold plugin is missed some symbols when built using configure and make.
LLVMgold.so: could not load plugin library: LLVMgold.so: undefined symbol: LLVMInitializeSparcTarget

When using cmake I don't see these errors.
This error was introduced with changes to plugin on revision 211315.

Diff Detail

Repository
rL LLVM

Event Timeline

volkalexey updated this revision to Diff 10788.Jun 24 2014, 7:43 AM
volkalexey retitled this revision from to Fix unresolved symbols when loading gold plugin.
volkalexey updated this object.
volkalexey edited the test plan for this revision. (Show Details)
volkalexey added a reviewer: rafael.
volkalexey set the repository for this revision to rL LLVM.
volkalexey added a subscriber: Unknown Object (MLST).
rafael edited edge metadata.Jun 24 2014, 11:00 AM

Lgtm. Thanks and sorry!

volkalexey closed this revision.Jun 25 2014, 1:13 AM
volkalexey updated this revision to Diff 10823.

Closed by commit rL211675 (authored by volkalex).