Skip to content

Commit ab131e8

Browse files
committed
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
1 parent e88aea3 commit ab131e8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ set(LLVM_TEST_DEPENDS
4444
llvm-rtdyld
4545
llvm-symbolizer
4646
llvm-tblgen
47+
llvm-vtabledump
4748
macho-dump
4849
opt
4950
FileCheck

llvm/test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
228228
r"\bllvm-rtdyld\b",
229229
r"\bllvm-size\b",
230230
r"\bllvm-tblgen\b",
231+
r"\bllvm-vtabledump\b",
231232
r"\bllvm-c-test\b",
232233
r"\bmacho-dump\b",
233234
NOJUNK + r"\bopt\b",

0 commit comments

Comments
 (0)