Skip to content

Commit 96074ab

Browse files
committed
Add Triple::spirl
1 parent d74c092 commit 96074ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm/ADT/Triple.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class Triple {
9494
wasm64, // WebAssembly with 64-bit pointers
9595
renderscript32, // 32-bit RenderScript
9696
renderscript64, // 64-bit RenderScript
97+
spirl, // SPIR: logical layout for Vulkan
9798
LastArchType = renderscript64
9899
};
99100
enum SubArchType {

0 commit comments

Comments
 (0)