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

Unified Diff: test/lit.cfg

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod 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
« no previous file with comments | « test/Transforms/NaCl/strip-tbaa-metadata.ll ('k') | test/tools/gold/no-map-whole-file.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/lit.cfg
diff --git a/test/lit.cfg b/test/lit.cfg
index 50ae60f67f8c0e9e35a462563881b24c6fe3867d..9de078b4135fc6c30b26a3d745e2e88be05c92db 100644
--- a/test/lit.cfg
+++ b/test/lit.cfg
@@ -248,6 +248,13 @@ for pattern in [r"\bbugpoint\b(?!-)",
r"\bllvm-c-test\b",
r"\bmacho-dump\b",
NOJUNK + r"\bopt\b",
+ # @LOCALMOD-START - match pnacl-* tools
+ r"\bpnacl-llc\b",
+ r"\bpnacl-bcanalyzer\b",
+ r"\bpnacl-bcdis\b",
+ r"\bpnacl-freeze\b",
+ r"\bpnacl-thaw\b",
+ # @LOCALMOD-END
r"\bFileCheck\b",
r"\bobj2yaml\b",
r"\byaml2obj\b",
« no previous file with comments | « test/Transforms/NaCl/strip-tbaa-metadata.ll ('k') | test/tools/gold/no-map-whole-file.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698