Fix lit config typo

llvm-svn: 226749
This commit is contained in:
Jonathan Roelofs 2015-01-22 00:05:11 +00:00
parent 531641a0c6
commit 3ad99f0f2e
1 changed files with 1 additions and 1 deletions

View File

@ -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'):