Skip to content

Commit

Permalink
Bump LLVM commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgorius committed Jul 4, 2023
1 parent 10e5aee commit f121610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and test
on: [push, pull_request]

env:
LLVM_COMMIT: 47a4331cd79ff63b13e369e28ccca268773cf9f2
LLVM_COMMIT: e7f48d735de45250bd9fbca34c5b7b5609f6da2d
CMAKE_FLAGS: '-DCMAKE_LINKER=lld -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DMLIR_DIR=$GITHUB_WORKSPACE/llvm-project/prefix/lib/cmake/mlir/ -DLLVM_DIR=$GITHUB_WORKSPACE/llvm-project/prefix/lib/cmake/llvm/ -DLLVM_EXTERNAL_LIT=$GITHUB_WORKSPACE/llvm-project/build/bin/llvm-lit'

jobs:
Expand Down

0 comments on commit f121610

Please sign in to comment.