Bug 1365915 - Enable Stylo for Valgrind runs. r=froydnj draft
authorJ. Ryan Stinnett <jryans@gmail.com>
Fri, 11 Aug 2017 14:01:53 -0500
changeset 645942 6404857df813e3bbc21def3be1c28791b5bc83cc
parent 645941 42522789f8fecf9d3f253aa8c15a17d63b8a6a4c
child 645943 282c211677a88d91a3fbff0e7ed8bc28f01695bd
push id73948
push userbmo:jryans@gmail.com
push dateMon, 14 Aug 2017 16:17:54 +0000
reviewersfroydnj
bugs1365915
milestone57.0a1
Bug 1365915 - Enable Stylo for Valgrind runs. r=froydnj Stylo is now safe to enable at build time for Valgrind runs. MozReview-Commit-ID: CrjN8dMJhli
browser/config/mozconfigs/linux64/valgrind
--- a/browser/config/mozconfigs/linux64/valgrind
+++ b/browser/config/mozconfigs/linux64/valgrind
@@ -1,15 +1,10 @@
 . $topsrcdir/browser/config/mozconfigs/linux64/nightly
 
 ac_add_options --enable-valgrind
 ac_add_options --disable-jemalloc
 ac_add_options --disable-install-strip
 ac_add_options --disable-gtest-in-build
 
-# Rust code gives false positives that we have not entirely suppressed yet.
-# Bug 1365915 tracks fixing these.
-ac_add_options --disable-stylo
-unset LLVM_CONFIG
-
 # Include the override mozconfig again (even though the above includes it)
 # since it's supposed to override everything.
 . "$topsrcdir/build/mozconfig.common.override"