diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6e7dfd7c539..fe023644dc3 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -54,6 +54,7 @@ set(LLVM_TEST_DEPENDS not yaml-bench yaml2obj + yaml-bench obj2yaml verify-uselistorder ) diff --git a/test/lit.cfg b/test/lit.cfg index 939fb459132..c9b1320f9d7 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -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.