[libcxx] Fixing silly mistake from last commit.

Tested on Linux x86_64 targeting Linux x86_64.

llvm-svn: 256592
This commit is contained in:
Ben Craig 2015-12-29 22:55:55 +00:00
parent e238372258
commit 8de2f0cf01
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class LinuxLocalTI(DefaultTargetInfo):
flags += ['-lunwind', '-ldl']
else:
flags += ['-lgcc_s', '-lgcc']
san = self.get_lit_conf('use_sanitizer', '').strip()
san = self.full_config.get_lit_conf('use_sanitizer', '').strip()
if san:
# The libraries and their order are taken from the
# linkSanitizerRuntimeDeps function in