Attempt to fix the build
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. Patch by Robert Matusewicz. llvm-svn: 207216
Loading
Please register or sign in to comment