diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-01-22 00:05:11 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2015-01-22 00:05:11 +0000 |
| commit | 3ad99f0f2e36227c25dcda084e01b6d9c1124934 (patch) | |
| tree | ad8963dbb03ca1dcdcabf5262a2f2a89338f1d9a /libcxx/test | |
| parent | 531641a0c68b6ebeb9d7cd0e540fdfcb56e891a9 (diff) | |
| download | bcm5719-llvm-3ad99f0f2e36227c25dcda084e01b6d9c1124934.tar.gz bcm5719-llvm-3ad99f0f2e36227c25dcda084e01b6d9c1124934.zip | |
Fix lit config typo
llvm-svn: 226749
Diffstat (limited to 'libcxx/test')
| -rw-r--r-- | libcxx/test/libcxx/test/config.py | 2 |
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'): |

