llvm-project/lld/unittests/DriverTests
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
..
CMakeLists.txt COFF: Remove the old COFF linker and make link an alias to link2. 2015-08-06 16:19:35 +00:00
DarwinLdDriverTest.cpp Fix DarwinLdDriverTest.cpp to pass real llvm options. 2015-12-16 21:24:46 +00:00
DriverTest.h ArrayRef-ify Driver::parse and related functions. 2015-06-21 06:32:10 +00:00
GnuLdDriverTest.cpp [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32ltsmipn32 2015-08-28 21:39:13 +00:00
UniversalDriverTest.cpp Make ELF2 the default. 2015-11-17 07:19:44 +00:00