aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/compiler_wrapper.py
diff options
context:
space:
mode:
authorCassidy Burden <cburden@google.com>2016-08-02 14:52:22 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-08-05 17:35:28 -0700
commita8f9ceefac8a7088f3bb1154c8add6d24d5e62da (patch)
tree77cc6131311a89e56f2aa4ab676607a8dbdc6c56 /binary_search_tool/compiler_wrapper.py
parentf1fe83c3276136a7b7dcd7e499e67b4a16e4a5f1 (diff)
downloadtoolchain-utils-a8f9ceefac8a7088f3bb1154c8add6d24d5e62da.tar.gz
binary search tool: Add option to always run compiler
Similar to sysroot_wrapper, add option that will always call compiler during triage stage. This option is safer, but much slower. TEST=Test with NDK app with missing side effects Change-Id: I242d7267c52e50989bcc5968f132956ba1cd3105 Reviewed-on: https://chrome-internal-review.googlesource.com/273457 Commit-Ready: Cassidy Burden <cburden@google.com> Tested-by: Cassidy Burden <cburden@google.com> Reviewed-by: Caroline Tice <cmtice@google.com>
Diffstat (limited to 'binary_search_tool/compiler_wrapper.py')
-rwxr-xr-xbinary_search_tool/compiler_wrapper.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/binary_search_tool/compiler_wrapper.py b/binary_search_tool/compiler_wrapper.py
index 54d5d7ea..35a28e6a 100755
--- a/binary_search_tool/compiler_wrapper.py
+++ b/binary_search_tool/compiler_wrapper.py
@@ -8,6 +8,9 @@ Installation instructions:
<compiler_name>. compiler_wrapper.py can live anywhere as long as it is
executable.
+Reference page:
+https://sites.google.com/a/google.com/chromeos-toolchain-team-home2/home/team-tools-and-scripts/bisecting-chromeos-compiler-problems/bisection-compiler-wrapper
+
Design doc:
https://docs.google.com/document/d/1yDgaUIa2O5w6dc3sSTe1ry-1ehKajTGJGQCbyn0fcEM
"""