mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Opportunistically fix the builders
A builder complained that it couldn't find llvm-vtabledump, this is probably because it wasn't a dependency of the 'test' target. llvm-svn: 213905
This commit is contained in:
parent
e9b121df38
commit
01f1c0273b
@ -44,6 +44,7 @@ set(LLVM_TEST_DEPENDS
|
||||
llvm-rtdyld
|
||||
llvm-symbolizer
|
||||
llvm-tblgen
|
||||
llvm-vtabledump
|
||||
macho-dump
|
||||
opt
|
||||
FileCheck
|
||||
|
@ -228,6 +228,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
|
||||
r"\bllvm-rtdyld\b",
|
||||
r"\bllvm-size\b",
|
||||
r"\bllvm-tblgen\b",
|
||||
r"\bllvm-vtabledump\b",
|
||||
r"\bllvm-c-test\b",
|
||||
r"\bmacho-dump\b",
|
||||
NOJUNK + r"\bopt\b",
|
||||
|
Loading…
Reference in New Issue
Block a user