Drop the OS from the WebAssembly target triple for now.
[oota-llvm.git] / include / llvm / ADT / Triple.h
index 485dca051d2a7820cc46c95ea974433c9b4f4239..06f5870119c8f539a8ed43da143c35239161d149 100644 (file)
@@ -85,7 +85,9 @@ public:
     spir64,     // SPIR: standard portable IR for OpenCL 64-bit version
     kalimba,    // Kalimba: generic kalimba
     shave,      // SHAVE: Movidius vector VLIW processors
-    LastArchType = shave
+    wasm32,     // WebAssembly with 32-bit pointers
+    wasm64,     // WebAssembly with 64-bit pointers
+    LastArchType = wasm64
   };
   enum SubArchType {
     NoSubArch,