forked from OSchip/llvm-project
Revert "Actually remove the MSVC STL when linking and testing libc++ on Windows"
This reverts commit r302387. llvm-svn: 302389
This commit is contained in:
parent
300831c0c4
commit
10cb6ca12b
|
@ -698,11 +698,7 @@ class Configuration(object):
|
|||
self.cxx.link_flags += ['-nodefaultlibs']
|
||||
# FIXME: Handle MSVCRT as part of the ABI library handling.
|
||||
if self.is_windows:
|
||||
# Prevent the MSVC STL from getting linked into the program.
|
||||
self.cxx.link_flags += ['-Wl,-nodefaultlib:msvcprt',
|
||||
'-Wl,-nodefaultlib:msvcprtd',
|
||||
'-Wl,-nodefaultlib:libcpmt',
|
||||
'-Wl,-nodefaultlib:libcpmtd']
|
||||
self.cxx.link_flags += ['-nostdlib']
|
||||
self.configure_link_flags_cxx_library()
|
||||
self.configure_link_flags_abi_library()
|
||||
self.configure_extra_library_flags()
|
||||
|
|
Loading…
Reference in New Issue