hanchenye-llvm-project/lldb/tools/driver
Stephen Wilson d7b15bd6b7 Fix makefile builds when llvm is configured with -enable-shared.
We were dropping the expansion of -rpath=$(LibDir) on linux, which resulted in
the build not being able to resolve libLLVM.so.  Bring in the definition before
expanding the values hanging off LD.Flags.

Thanks to Jason E. Aten for reporting this!

llvm-svn: 127570
2011-03-13 18:17:16 +00:00
..
Driver.cpp LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide 2011-03-08 22:40:15 +00:00
Driver.h Any arguments that are not options to the "lldb" command line driver, now get 2010-12-08 22:23:24 +00:00
IOChannel.cpp Patch that allows for thread_t to be something more complex than an 2011-02-08 01:34:25 +00:00
IOChannel.h Fix various timing/threading problems in IOChannel & Driver that 2010-09-29 18:35:42 +00:00
Makefile Fix makefile builds when llvm is configured with -enable-shared. 2011-03-13 18:17:16 +00:00
lldb-Info.plist