Add llvm-readobj to the list of programs to find in the freshly built

toolchain.

Patch by Richard Pennington.

llvm-svn: 191706
This commit is contained in:
Eric Christopher 2013-09-30 21:55:01 +00:00
parent 45b983c4d0
commit 494bdcc453
1 changed files with 1 additions and 1 deletions

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