aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectLog.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-23 20:20:59 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-23 20:20:59 +0000
commitef49815638b941829cc9c3bca288ce3f18aa7276 (patch)
treed6dcadde37ac05a1b44505a4c582d00ee2b41ac5 /lldb/source/Commands/CommandObjectLog.cpp
parent360d6fe2996760097411cce9f7b033c2901e2254 (diff)
downloadllvm-ef49815638b941829cc9c3bca288ce3f18aa7276.zip
llvm-ef49815638b941829cc9c3bca288ce3f18aa7276.tar.gz
llvm-ef49815638b941829cc9c3bca288ce3f18aa7276.tar.bz2
Add an extra-library-path option to the plugin. This is used to support
having a library both as bitcode and native code. We want to use the bitcode first, but if codegen produces new undefined references we have to use the native code to satisfy those references. Gold has no notion of bitcode and native search directories, so instead it has an API where the plugin can instruct it to look for the libraries it is passing to it. This patch uses that API. llvm-svn: 106674
Diffstat (limited to 'lldb/source/Commands/CommandObjectLog.cpp')
0 files changed, 0 insertions, 0 deletions