Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: compute_engine_scripts/fuzzer/install.sh

Issue 1668543004: Add AddressSanitizer to fuzzer analysis (Closed) Base URL: https://skia.googlesource.com/buildbot@remove-old-tests
Patch Set: add multi threaded delete Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fuzzer/go/aggregator/aggregator.go » ('j') | fuzzer/go/common/version_watcher.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compute_engine_scripts/fuzzer/install.sh
diff --git a/compute_engine_scripts/fuzzer/install.sh b/compute_engine_scripts/fuzzer/install.sh
index bb81b7b9a28b0b667d5cbf05e9de2410ddff8dcf..5c24f76a06a2303a9f5718f2ad0d2ca692e16ed9 100755
--- a/compute_engine_scripts/fuzzer/install.sh
+++ b/compute_engine_scripts/fuzzer/install.sh
@@ -5,4 +5,6 @@ sudo apt-get update
sudo apt-get install clang-3.6 lldb-3.6 make build-essential libfontconfig1-dev libfreetype6-dev libgif-dev libpng12-dev libqt4-dev ninja-build python-dev python-imaging libosmesa-dev -y
# Afl-fuzz can't find the clang-3.6 aliases, so make the standard /usr/bin/clang
sudo ln /usr/bin/clang-3.6 /usr/bin/clang
-sudo ln /usr/bin/clang++-3.6 /usr/bin/clang++
+sudo ln /usr/bin/clang++-3.6 /usr/bin/clang++
+# Make symbolizer easier to find
+sudo ln /usr/bin/llvm-symbolizer-3.6 /usr/bin/llvm-symbolizer
« no previous file with comments | « no previous file | fuzzer/go/aggregator/aggregator.go » ('j') | fuzzer/go/common/version_watcher.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698