mirror of https://github.com/google/oss-fuzz.git
infra: fix env checking in base-builder (#7833)
Ref: https://github.com/google/oss-fuzz/pull/7828#discussion_r893332700
This commit is contained in:
parent
291956b501
commit
f9b1e71abd
|
@ -18,7 +18,7 @@
|
|||
echo "---------------------------------------------------------------"
|
||||
|
||||
# This is a temporary fix: fall back to LLVM14's old pass manager
|
||||
if [ -n "$OLD_LLVMPASS" ]; then
|
||||
if [ -n "${OLD_LLVMPASS-}" ]; then
|
||||
export SANITIZER_FLAGS_introspector=$(echo $SANITIZER_FLAGS_introspector | sed -r 's/-O0/-flegacy-pass-manager/')
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue