[libcxx] Fixing silly mistake from last commit.

Tested on Linux x86_64 targeting Linux x86_64.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@256592 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ben Craig
2015-12-29 22:55:55 +00:00
parent 424a05ccfe
commit 4273e31ebc

View File

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