Skip to content

Commit 05ba987

Browse files
authored
update llvm (#4)
1 parent c4937cd commit 05ba987

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/build_llvm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ on:
1616
pull_request:
1717
paths:
1818
- ".github/workflows/build_llvm.yml"
19+
- "build_tools/cmake/llvm_cache.cmake"
1920
- "third_party/llvm-project"
2021
push:
2122
branches:
2223
main
2324
paths:
2425
- ".github/workflows/build_llvm.yml"
26+
- "build_tools/cmake/llvm_cache.cmake"
2527
- "third_party/llvm-project"
2628

2729
concurrency:

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
url = https://github.com/llvm/llvm-project.git
44
ignore = dirty
55
shallow = true
6+
branch = main

third_party/llvm-project

Submodule llvm-project updated 1874 files

0 commit comments

Comments
 (0)