forked from OSchip/llvm-project
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:
parent
45b983c4d0
commit
494bdcc453
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue