Skip to content

Commit

Permalink
fix tests for absence of bolt in llvm-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jul 24, 2024
1 parent 292ac00 commit 879a3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 879a3c5

Please sign in to comment.