hanchenye-llvm-project/lldb/unittests
David Blaikie 3dfb86b641 Fix the clang -Werror build & make the unit tests link under Linux
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
2015-03-17 03:32:21 +00:00
..
Host Fix the clang -Werror build & make the unit tests link under Linux 2015-03-17 03:32:21 +00:00
Interpreter Fix the clang -Werror build & make the unit tests link under Linux 2015-03-17 03:32:21 +00:00
Plugins Fix the clang -Werror build & make the unit tests link under Linux 2015-03-17 03:32:21 +00:00
Utility Fix the clang -Werror build & make the unit tests link under Linux 2015-03-17 03:32:21 +00:00
CMakeLists.txt Fix the clang -Werror build & make the unit tests link under Linux 2015-03-17 03:32:21 +00:00
gtest_common.h