hanchenye-llvm-project/lld/unittests
Pete Cooper 6e319c7b42 Fix DarwinLdDriverTest.cpp to pass real llvm options.
After r255819, parse() actually parses what you pass it.

This test was failing because it passed '--debug-only' which isn't in
release builds, but also 'foo' which isn't an option at all.

We now pass -enable-tbaa and -enable-misched which are real options.

llvm-svn: 255822
2015-12-16 21:24:46 +00:00
..
CoreTests Remove Makefiles. 2015-03-26 20:09:47 +00:00
DriverTests Fix DarwinLdDriverTest.cpp to pass real llvm options. 2015-12-16 21:24:46 +00:00
MachOTests Remove unused typedefs. 2015-04-08 16:59:03 +00:00
CMakeLists.txt