projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ebcd57
)
Add llvm-readobj to the list of programs to find in the freshly built
author
Eric Christopher
<echristo@gmail.com>
Mon, 30 Sep 2013 21:55:01 +0000
(21:55 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Mon, 30 Sep 2013 21:55:01 +0000
(21:55 +0000)
toolchain.
Patch by Richard Pennington.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191706
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/lit.cfg
patch
|
blob
|
history
diff --git
a/test/lit.cfg
b/test/lit.cfg
index bb4635e666eb65786e8d500602e70ff5f64936a8..4262545e3d0e41dc15643ec73bab49270673934d 100644
(file)
--- a/
test/lit.cfg
+++ b/
test/lit.cfg
@@
-218,7
+218,7
@@
for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)",
r"\bllvm-nm\b", r"\bllvm-objdump\b",
r"\bllvm-prof\b", r"\bllvm-ranlib\b",
r"\bllvm-rtdyld\b", r"\bllvm-shlib\b",
- r"\bllvm-size\b",
+ r"\bllvm-size\b",
r"\bllvm-readobj\b",
# Match llvmc but not -llvmc
NOHYPHEN + r"\bllvmc\b",
r"\bllvm-lto\b",