浏览代码

* 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 年之前
父节点
当前提交
c16238e8dd
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;