Don't force use of lld in tests on Windows
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291987 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -219,7 +219,7 @@ class Configuration(object):
|
|||||||
# FIXME: don't hardcode the target
|
# FIXME: don't hardcode the target
|
||||||
flags = ['--target=i686-pc-windows']
|
flags = ['--target=i686-pc-windows']
|
||||||
compile_flags = []
|
compile_flags = []
|
||||||
link_flags = ['-fuse-ld=lld']
|
link_flags = []
|
||||||
if 'INCLUDE' in os.environ:
|
if 'INCLUDE' in os.environ:
|
||||||
compile_flags += ['-isystem %s' % p.strip()
|
compile_flags += ['-isystem %s' % p.strip()
|
||||||
for p in os.environ['INCLUDE'].split(';')
|
for p in os.environ['INCLUDE'].split(';')
|
||||||
|
|||||||
Reference in New Issue
Block a user