Skip to content

Commit b1ce4dc

Browse files
committed
Bug 1478923 - Remove LLVM_SYMBOLIZER from mozconfig.lto. r=froydnj
This was cargo-culted from the asan/tsan mozconfigs, but is not necessary for builds without sanitizers. --HG-- extra : rebase_source : 41bad4761f424410cb7a099ecaecce8a86becf59
1 parent 789f4ba commit b1ce4dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/unix/mozconfig.lto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export RANLIB="$topsrcdir/clang/bin/llvm-ranlib"
99

1010
export CC="$topsrcdir/clang/bin/clang"
1111
export CXX="$topsrcdir/clang/bin/clang++"
12-
export LLVM_SYMBOLIZER="$topsrcdir/clang/bin/llvm-symbolizer"
1312

1413
# Use a newer binutils, from the tooltool gcc package, if it's there
1514
if [ -e "$topsrcdir/gcc/bin/ld" ]; then

0 commit comments

Comments
 (0)