Explorar o código

* fix for Mantis #31464: add an entry for the WebAssembly CPU (this is already the target name that LLVM uses)

git-svn-id: trunk@35507 -
svenbarth %!s(int64=8) %!d(string=hai) anos
pai
achega
c16238e8dd
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      compiler/llvm/llvmbase.pas

+ 2 - 1
compiler/llvm/llvmbase.pas

@@ -128,7 +128,8 @@ implementation
        'mipsel',
        'unknown',
        'unknown',
-       'aarch64'
+       'aarch64',
+       'wasm32'
       );
 
   function llvm_target_name: ansistring;