mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
2ebcd57e6a
commit
188f96c111
@ -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
Block a user