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

Unified Diff: tests_lit/lit.cfg

Issue 983533003: Use the installed/downloaded objdump instead of work-dir one. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: slash Created 5 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
Index: tests_lit/lit.cfg
diff --git a/tests_lit/lit.cfg b/tests_lit/lit.cfg
index 5ac51d8bb72467744842f4014e90a451da85c768..78566c497fef2214cae5bcdb0c8525d9742c11fc 100644
--- a/tests_lit/lit.cfg
+++ b/tests_lit/lit.cfg
@@ -129,7 +129,7 @@ for tool in llvmbintools:
tool)
config.substitutions.append((tool, substitution))
-binutilsbintools = [r"\bobjdump\b",]
+binutilsbintools = [r"\ble32-nacl-objdump\b",]
for tool in binutilsbintools:
# The re.sub() line is adapted from one of LLVM's lit.cfg files.

Powered by Google App Engine
This is Rietveld 408576698