From 9cf7103d2a27dd4af24ad3b43601b4836305561b Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Thu, 4 Sep 2025 01:13:31 +0100 Subject: [PATCH] [test][Windows] Fix `Reflection/wasm.test` failure on rebranch This test needs `yaml2obj`, which we weren't building on Windows. --- test/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 34eaf125dfc02..98fdb1942b5fe 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -135,7 +135,8 @@ function(get_test_dependencies SDK result_var_name) llvm-strings llvm-readtapi not - split-file) + split-file + yaml2obj) endif() if(("${SDK}" STREQUAL "IOS") OR