File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 65
65
uses : actions/checkout@v2
66
66
with :
67
67
repository : llvm/llvm-project
68
- ref : master
68
+ ref : main
69
69
path : llvm-project
70
70
- name : Checkout the translator sources
71
71
uses : actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110
110
uses : actions/checkout@v2
111
111
with :
112
112
repository : llvm/llvm-project
113
- ref : master
113
+ ref : main
114
114
path : llvm-project
115
115
- name : Checkout the translator sources
116
116
uses : actions/checkout@v2
@@ -152,7 +152,7 @@ jobs:
152
152
uses : actions/checkout@v2
153
153
with :
154
154
repository : llvm/llvm-project
155
- ref : master
155
+ ref : main
156
156
path : llvm-project
157
157
- name : Checkout the translator sources
158
158
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The files/directories related to the translator:
22
22
## Build Instructions
23
23
24
24
The ` master ` branch of this repo is aimed to be buildable with the latest
25
- LLVM ` master ` revision.
25
+ LLVM ` main ` revision.
26
26
27
27
### Build with pre-installed LLVM
28
28
@@ -187,7 +187,7 @@ More information can be found in
187
187
## Branching strategy
188
188
189
189
Code on the master branch in this repository is intended to be compatible with
190
- the master branch of the [llvm](https://github.com/llvm/llvm-project)
190
+ the main branch of the [llvm](https://github.com/llvm/llvm-project)
191
191
project. That is, for an OpenCL kernel compiled to llvm bitcode by the latest
192
192
git revision of Clang it should be possible to translate it to SPIR-V with the
193
193
llvm-spirv tool.
You can’t perform that action at this time.
0 commit comments