Skip to content

Commit

Permalink
Bug 1478923 - Remove LLVM_SYMBOLIZER from mozconfig.lto. r=froydnj
Browse files Browse the repository at this point in the history
This was cargo-culted from the asan/tsan mozconfigs, but is not necessary
for builds without sanitizers.

--HG--
extra : rebase_source : 41bad4761f424410cb7a099ecaecce8a86becf59
  • Loading branch information
glandium committed Jul 27, 2018
1 parent 789f4ba commit b1ce4dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/unix/mozconfig.lto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export RANLIB="$topsrcdir/clang/bin/llvm-ranlib"

export CC="$topsrcdir/clang/bin/clang"
export CXX="$topsrcdir/clang/bin/clang++"
export LLVM_SYMBOLIZER="$topsrcdir/clang/bin/llvm-symbolizer"

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

0 comments on commit b1ce4dc

Please sign in to comment.