summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-04-19 21:52:08 +0000
committerEric Fiselier <eric@efcs.ca>2017-04-19 21:52:08 +0000
commit4a3a870da9fb88e2c5f6be4e603121a5b89d968e (patch)
tree57530b037e2545cbd71a680b14566299cbbc711a
parentbe87d480ff3911e0fa70f317c479920215a13f2c (diff)
downloadbcm5719-llvm-4a3a870da9fb88e2c5f6be4e603121a5b89d968e.tar.gz
bcm5719-llvm-4a3a870da9fb88e2c5f6be4e603121a5b89d968e.zip
Fix typo in Windows test configuration code
llvm-svn: 300770
-rw-r--r--libcxx/utils/libcxx/test/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/utils/libcxx/test/config.py b/libcxx/utils/libcxx/test/config.py
index c941f65b2c5..1bd85faa3ad 100644
--- a/libcxx/utils/libcxx/test/config.py
+++ b/libcxx/utils/libcxx/test/config.py
@@ -241,7 +241,7 @@ class Configuration(object):
flags = []
compile_flags = _prefixed_env_list('INCLUDE', '-isystem')
link_flags = _prefixed_env_list('LIB', '-L')
- for path in _list_env_var('LIB'):
+ for path in _split_env_var('LIB'):
self.add_path(self.exec_env, path)
return CXXCompiler(clang_path, flags=flags,
compile_flags=compile_flags,
OpenPOWER on IntegriCloud