Skip to content

Commit

Permalink
switch to using LLVM module
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Dec 11, 2023
1 parent 50bd0c8 commit 1b8e9e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/unit_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ build_type=$(echo "$1" | tr '[:lower:]' '[:upper:]')

if [ "$2" == "llvm-15" ]; then
LLVM=llvm-15
CLANG=clang/clang15-spirv-omp
CLANG=llvm/15.0/dynamic
elif [ "$2" == "llvm-16" ]; then
LLVM=llvm-16
CLANG=clang/clang16-spirv-omp
CLANG=llvm/16.0/dynamic
elif [ "$2" == "llvm-17" ]; then
LLVM=llvm-17
CLANG=clang/clang17-spirv-omp
CLANG=llvm/17.0/dynamic
else
echo "$2"
echo "Invalid 2nd argument. Use either 'llvm-15', 'llvm-16' or 'llvm-17'."
Expand Down

0 comments on commit 1b8e9e8

Please sign in to comment.