Link test executables with LLD on Windows.
authorZachary Turner <zturner@google.com>
Mon, 1 Dec 2014 23:13:41 +0000 (23:13 +0000)
committerZachary Turner <zturner@google.com>
Mon, 1 Dec 2014 23:13:41 +0000 (23:13 +0000)
commite068d91824dbf2134f483640ad077b02eb8b8b05
tree1a7f9e835efcb5fde365e064dec7cd05b92d4472
parentc7a17ed460928c5094dff6e7b5862ba507ff6f37
Link test executables with LLD on Windows.

Clang generates DWARF debug info with section names longer
than 8 characters.  This is only supported by an extension
to PE/COFF which the MSVC linker doesn't implement.  So
trying to link DWARF-enabled object files with MSVC will
lead to corrupt debug information in the executable.

llvm-svn: 223088
lldb/test/make/Makefile.rules