From 879a3c54655bee8a01ed39720c804d83a03b8e99 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Wed, 24 Jul 2024 11:00:14 +1100 Subject: [PATCH] fix tests for absence of bolt in llvm-tools --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 848fe6ba..9c2860fa 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -253,8 +253,8 @@ outputs: commands: - llc -version # absence of bolt - - test ! -f $PREFIX/bin/bolt # [unix] - - if exist %LIBRARY_BIN%\bolt.exe exit 1 # [win] + - test ! -f $PREFIX/bin/llvm-bolt # [unix] + - if exist %LIBRARY_BIN%\llvm-bolt.exe exit 1 # [win] # Contains LLVM-C shared library - name: libllvm-c{{ major_ver }}