aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-09-30 21:55:01 +0000
committerEric Christopher <echristo@gmail.com>2013-09-30 21:55:01 +0000
commit188f96c1116a8cb45e8d33222ce06e99ca848854 (patch)
treeedc7d4e93b906aa3866e8302d455f07db8e9289c /test/lit.cfg
parent2ebcd57e6adf2dc951eb7ad5f42952961f1a60c9 (diff)
downloadexternal_llvm-188f96c1116a8cb45e8d33222ce06e99ca848854.zip
external_llvm-188f96c1116a8cb45e8d33222ce06e99ca848854.tar.gz
external_llvm-188f96c1116a8cb45e8d33222ce06e99ca848854.tar.bz2
Add llvm-readobj to the list of programs to find in the freshly built
toolchain. Patch by Richard Pennington. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191706 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lit.cfg')
-rw-r--r--test/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.cfg b/test/lit.cfg
index bb4635e..4262545 100644
--- 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",