mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213905 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
96171327db
commit
51a4c9439c
@ -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