Skip to content

Commit

Permalink
Bump LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 10, 2025
1 parent dacf984 commit 13f4c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: ${{ matrix.sanitizer == 'memory' }}
run: |
# clone LLVM
git clone --depth=1 --branch llvmorg-18.1.8 https://github.com/llvm/llvm-project
git clone --depth=1 --branch llvmorg-19.1.6 https://github.com/llvm/llvm-project
# configure cmake
cmake -G Ninja -S llvm-project/runtimes -B llvm-project/msan_out \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 13f4c27

Please sign in to comment.