зеркало из https://github.com/mozilla/pjs.git
Bug 768405 - Adjust Clang path in ASan mozconfig for use with tooltool
This commit is contained in:
Родитель
b09b5ccf80
Коммит
c4c2e5506e
|
@ -1,6 +1,6 @@
|
||||||
# Use Clang r155417
|
# Use Clang as specified in manifest
|
||||||
export CC="/tools/clang-3.0/bin/clang -fgnu89-inline"
|
export CC="$topsrcdir/clang/bin/clang -fgnu89-inline"
|
||||||
export CXX="/tools/clang-3.0/bin/clang++"
|
export CXX="$topsrcdir/clang/bin/clang++"
|
||||||
|
|
||||||
# Mandatory flags for ASan
|
# Mandatory flags for ASan
|
||||||
export ASANFLAGS="-faddress-sanitizer -Dxmalloc=myxmalloc -fPIC"
|
export ASANFLAGS="-faddress-sanitizer -Dxmalloc=myxmalloc -fPIC"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче