Get all tuple tests passing on Windows
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291311 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -217,8 +217,7 @@ class Configuration(object):
|
||||
def _configure_clang_cl(self, clang_path):
|
||||
assert self.cxx_is_clang_cl
|
||||
# FIXME: don't hardcode the target
|
||||
flags = ['-fms-compatibility-version=19.00',
|
||||
'--target=i686-unknown-windows']
|
||||
flags = ['--target=i686-pc-windows']
|
||||
compile_flags = []
|
||||
link_flags = ['-fuse-ld=lld']
|
||||
if 'INCLUDE' in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user