summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/test/libcxx/test/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/libcxx/test/config.py b/libcxx/test/libcxx/test/config.py
index 6724a6399a5..e2cba77a258 100644
--- a/libcxx/test/libcxx/test/config.py
+++ b/libcxx/test/libcxx/test/config.py
@@ -381,7 +381,7 @@ class Configuration(object):
def configure_extra_library_flags(self):
enable_threads = self.get_lit_bool('enable_threads', True)
- llvm_unwinder = self.get_lit_conf('llvm_unwinder', False)
+ llvm_unwinder = self.get_lit_bool('llvm_unwinder', False)
if sys.platform == 'darwin':
self.cxx.link_flags += ['-lSystem']
elif sys.platform.startswith('linux'):
OpenPOWER on IntegriCloud