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

Unified Diff: tests_lit/lit.cfg

Issue 780783003: Subzero: Add llvm-readobj to lit.cfg. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/lit.cfg
diff --git a/tests_lit/lit.cfg b/tests_lit/lit.cfg
index 3c7075301b527012458fc7796636af141ab2d35f..b8bde4e6891d5d17cd261d2b2387f2b0db38445e 100644
--- a/tests_lit/lit.cfg
+++ b/tests_lit/lit.cfg
@@ -106,8 +106,13 @@ config.substitutions.append(('%lc2i', ' '.join(iflc2i_atts_cmd + llvm2ice_cmd
config.substitutions.append(('%llvm2ice', llvm2icetool))
-llvmbintools = [r"\bFileCheck\b", r"\bllvm-as\b", r"\bllvm-mc\b",
- r"\bllvm-objdump\b", r"\bnot\b", r"\bpnacl-freeze\b",
+llvmbintools = [r"\bFileCheck\b",
+ r"\bllvm-as\b",
+ r"\bllvm-mc\b",
+ r"\bllvm-objdump\b",
+ r"\bllvm-readobj\b",
+ r"\bnot\b",
+ r"\bpnacl-freeze\b",
r"\bpnacl-bcdis\b"]
for tool in llvmbintools:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698