This is an archive of the discontinued LLVM Phabricator instance.

Add LLVMProfileData to USEDLIBS in lib/Makefile
ClosedPublic

Authored by matekm on Apr 24 2014, 10:42 AM.

Details

Reviewers
emaste
gribozavr
Summary

It looks like on 18th April clang added dependency from clangCodeGen.a to LLVMProfileData.a and since then lldb have problem with linking to clangCodeGen.a due to missing symbols.

This adds LLVMProfileData.a to USEDLIBS to fix that problem.

Diff Detail

Event Timeline

matekm updated this revision to Diff 8813.Apr 24 2014, 10:42 AM
matekm retitled this revision from to Add LLVMProfileData to USEDLIBS in lib/Makefile.
matekm updated this object.
matekm edited the test plan for this revision. (Show Details)
matekm added a reviewer: emaste.
matekm added a subscriber: Unknown Object (MLST).
gribozavr accepted this revision.Apr 25 2014, 2:56 AM
gribozavr added a reviewer: gribozavr.
gribozavr added a subscriber: gribozavr.

Thanks! Committed in r207216.

This revision is now accepted and ready to land.Apr 25 2014, 2:56 AM
gribozavr closed this revision.Apr 25 2014, 2:56 AM