mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 07:01:35 +00:00
Add yaml-bench to the list of tools make check needs to run
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236792 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8404686a68
commit
a534f7be2b
@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS
|
||||
not
|
||||
yaml-bench
|
||||
yaml2obj
|
||||
yaml-bench
|
||||
obj2yaml
|
||||
verify-uselistorder
|
||||
)
|
||||
|
@ -254,6 +254,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
|
||||
r"\bFileCheck\b",
|
||||
r"\bobj2yaml\b",
|
||||
r"\byaml2obj\b",
|
||||
r"\byaml-bench\b",
|
||||
r"\bverify-uselistorder\b",
|
||||
# Handle these specially as they are strings searched
|
||||
# for during testing.
|
||||
|
Loading…
x
Reference in New Issue
Block a user