test/lit.cfg: Remove -nodefaultlibs for mingw32-clang.
This commit is contained in:
@@ -155,6 +155,6 @@ if sys.platform == 'linux2':
|
|||||||
|
|
||||||
config.test_format = LibcxxTestFormat(cxx_under_test,
|
config.test_format = LibcxxTestFormat(cxx_under_test,
|
||||||
cpp_flags = ['-nostdinc++'] + compile_flags + include_paths,
|
cpp_flags = ['-nostdinc++'] + compile_flags + include_paths,
|
||||||
ld_flags = ['-nodefaultlibs'] + library_paths + ['-lc++'] + libraries)
|
ld_flags = [''] + library_paths + ['-lc++'] + libraries)
|
||||||
|
|
||||||
config.target_triple = None
|
config.target_triple = None
|
||||||
|
Reference in New Issue
Block a user