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
This commit is contained in:
Eric Christopher 2013-09-30 21:55:01 +00:00
parent 2ebcd57e6a
commit 188f96c111

View File

@ -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",