You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains source code for the LLVM/SPIR-V Bi-Directional Translator, a library and tool for translation between LLVM IR and [SPIR-V](https://www.khronos.org/registry/spir-v/).
7
7
@@ -19,7 +19,7 @@ The files/directories related to the translator:
19
19
20
20
## Build Instructions
21
21
22
-
The `master` branch of this repo is aimed to be buildable with the latest
22
+
The `main` branch of this repo is aimed to be buildable with the latest
23
23
LLVM `main` revision.
24
24
25
25
### Build with pre-installed LLVM
@@ -233,13 +233,13 @@ More information can be found in
233
233
234
234
## Branching strategy
235
235
236
-
Code on the master branch in this repository is intended to be compatible with
236
+
Code on the main branch in this repository is intended to be compatible with
237
237
the main branch of the [llvm](https://github.com/llvm/llvm-project)
238
238
project. That is, for an OpenCL kernel compiled to llvm bitcode by the latest
239
239
git revision of Clang it should be possible to translate it to SPIR-V with the
240
240
llvm-spirv tool.
241
241
242
-
All new development should be done on the master branch.
242
+
All new development should be done on the main branch.
243
243
244
244
To have versions compatible with released versions of LLVM and Clang,
245
245
corresponding tags are available in this repository. For example, to build
0 commit comments