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:
a908065
)
Restore llvm-ranlib expansion in RUN-lines removed in r184019
author
Alexey Samsonov
<samsonov@google.com>
Fri, 30 Aug 2013 12:53:22 +0000
(12:53 +0000)
committer
Alexey Samsonov
<samsonov@google.com>
Fri, 30 Aug 2013 12:53:22 +0000
(12:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189665
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/lit.cfg
patch
|
blob
|
history
diff --git
a/test/lit.cfg
b/test/lit.cfg
index 49cb6b1df75a9fde014f4528346afb06d76aef62..3ee9edc8e6a0c2e3449044a8f72e32b55ee46553 100644
(file)
--- a/
test/lit.cfg
+++ b/
test/lit.cfg
@@
-216,8
+216,9
@@
for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)",
r"\bllvm-extract\b", r"\bllvm-jistlistener\b",
r"\bllvm-link\b", r"\bllvm-mc\b",
r"\bllvm-nm\b", r"\bllvm-objdump\b",
- r"\bllvm-prof\b", r"\bllvm-
size
\b",
+ r"\bllvm-prof\b", r"\bllvm-
ranlib
\b",
r"\bllvm-rtdyld\b", r"\bllvm-shlib\b",
+ r"\bllvm-size\b",
# Match llvmc but not -llvmc
NOHYPHEN + r"\bllvmc\b",
r"\blto\b",