[llvm] r241022 - [WebAssembly] Initial WebAssembly backend

Dan Gohman dan433584 at gmail.com
Mon Jun 29 17:59:31 PDT 2015


On Mon, Jun 29, 2015 at 5:37 PM, Frédéric Riss <friss at apple.com> wrote:
>
>> On Jun 29, 2015, at 4:51 PM, Dan Gohman <dan433584 at gmail.com> wrote:
>> @@ -85,6 +85,8 @@ public:
>>     spir64,     // SPIR: standard portable IR for OpenCL 64-bit version
>>     kalimba,    // Kalimba: generic kalimba
>>     shave,      // SHAVE: Movidius vector VLIW processors
>> +    wasm32,     // WebAssembly with 32-bit pointers
>> +    wasm64,     // WebAssembly with 64-bit pointers
>>     LastArchType = shave
>>   };
>
> LastArchType looks wrong.

Fixed in r241030; thanks!

Dan




More information about the llvm-commits mailing list