1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 9b03bd2eff
commit aa86376c19

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