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 6565 uses : actions/checkout@v2
6666 with :
6767 repository : llvm/llvm-project
68- ref : master
68+ ref : main
6969 path : llvm-project
7070 - name : Checkout the translator sources
7171 uses : actions/checkout@v2
@@ -110,7 +110,7 @@ jobs:
110110 uses : actions/checkout@v2
111111 with :
112112 repository : llvm/llvm-project
113- ref : master
113+ ref : main
114114 path : llvm-project
115115 - name : Checkout the translator sources
116116 uses : actions/checkout@v2
@@ -152,7 +152,7 @@ jobs:
152152 uses : actions/checkout@v2
153153 with :
154154 repository : llvm/llvm-project
155- ref : master
155+ ref : main
156156 path : llvm-project
157157 - name : Checkout the translator sources
158158 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:
2222## Build Instructions
2323
2424The ` master ` branch of this repo is aimed to be buildable with the latest
25- LLVM ` master ` revision.
25+ LLVM ` main ` revision.
2626
2727### Build with pre-installed LLVM
2828
@@ -187,7 +187,7 @@ More information can be found in
187187## Branching strategy
188188
189189Code 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)
191191project. That is, for an OpenCL kernel compiled to llvm bitcode by the latest
192192git revision of Clang it should be possible to translate it to SPIR-V with the
193193llvm-spirv tool.
You can’t perform that action at this time.
0 commit comments