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.
Differential D3488
Add LLVMProfileData to USEDLIBS in lib/Makefile matekm on Apr 24 2014, 10:42 AM. Authored by
Details
Diff Detail |