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:
David Majnemer 2014-07-24 23:26:54 +00:00
parent e88aea3234
commit ab131e86ce
2 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,7 @@ set(LLVM_TEST_DEPENDS
llvm-rtdyld
llvm-symbolizer
llvm-tblgen
llvm-vtabledump
macho-dump
opt
FileCheck

View File

@ -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",