Browse Source

* 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 8 years ago
parent
commit
c16238e8dd
1 changed files with 2 additions and 1 deletions
  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;