We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1c91ca commit e265f23Copy full SHA for e265f23
llvm-spirv/README.md
@@ -140,7 +140,9 @@ There are several options for accessing the header file:
140
Headers - if you have the headers downloaded somewhere in your
141
system and want to use that version, simply extend your CMake
142
command with `-DLLVM_EXTERNAL_PROJECTS="SPIRV-Headers"
143
- -DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=</path/to/headers_dir>`.
+ -DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=</path/to/headers_dir>` for in-tree
144
+ builds and just `-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=</path/to/headers_dir>`
145
+ for out-of-tree builds.
146
147
## Test instructions
148
0 commit comments