Skip to content

Commit 0dac9b0

Browse files
committed
Switch to LLVM main branch
The LLVM project is renaming the "master" branch to "main" [1]. Update the CI configuration and README for this change. [1] https://foundation.llvm.org/docs/branch-rename/
1 parent 5b64163 commit 0dac9b0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/check-in-tree-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The files/directories related to the translator:
2222
## Build Instructions
2323

2424
The `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
189189
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)
191191
project. That is, for an OpenCL kernel compiled to llvm bitcode by the latest
192192
git revision of Clang it should be possible to translate it to SPIR-V with the
193193
llvm-spirv tool.

0 commit comments

Comments
 (0)