mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 11:57:39 +08:00
The order of libraries passed to the linker didn't work under linux (you need the llvm libraries first, then the lldb libraries). I modelled this after clang's setup here. Seemed simple enough to just be consistent. llvm-svn: 232461