We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74c092 commit 96074abCopy full SHA for 96074ab
include/llvm/ADT/Triple.h
@@ -94,6 +94,7 @@ class Triple {
94
wasm64, // WebAssembly with 64-bit pointers
95
renderscript32, // 32-bit RenderScript
96
renderscript64, // 64-bit RenderScript
97
+ spirl, // SPIR: logical layout for Vulkan
98
LastArchType = renderscript64
99
};
100
enum SubArchType {
0 commit comments