forked from OSchip/llvm-project
[libcxx] Fixing silly mistake from last commit.
Tested on Linux x86_64 targeting Linux x86_64. llvm-svn: 256592
This commit is contained in:
parent
e238372258
commit
8de2f0cf01
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue