Explorar o código

* use the LLVM-MC assembler by default for the WebAssembly targets

git-svn-id: branches/wasm@47172 -
nickysn %!s(int64=4) %!d(string=hai) anos
pai
achega
66c1a57ab4
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      compiler/systems/i_wasi.pas
  2. 2 2
      compiler/systems/i_wasm.pas

+ 2 - 2
compiler/systems/i_wasi.pas

@@ -77,8 +77,8 @@ unit i_wasi;
             Cprefix      : '';
             Cprefix      : '';
             newline      : #10;
             newline      : #10;
             dirsep       : '/';
             dirsep       : '/';
-            assem        : as_wasm32_wabt;
-            assemextern  : as_wasm32_wabt;
+            assem        : as_wasm32_llvm_mc;
+            assemextern  : as_wasm32_llvm_mc;
             link         : ld_none;
             link         : ld_none;
             linkextern   : ld_wasi; // there's no linker, only object files for WASM
             linkextern   : ld_wasi; // there's no linker, only object files for WASM
             ar           : ar_none;
             ar           : ar_none;

+ 2 - 2
compiler/systems/i_wasm.pas

@@ -77,8 +77,8 @@ unit i_wasm;
             Cprefix      : '';
             Cprefix      : '';
             newline      : #10;
             newline      : #10;
             dirsep       : '/';
             dirsep       : '/';
-            assem        : as_wasm32_wabt;
-            assemextern  : as_wasm32_wabt;
+            assem        : as_wasm32_llvm_mc;
+            assemextern  : as_wasm32_llvm_mc;
             link         : ld_none;
             link         : ld_none;
             linkextern   : ld_wasm; // there's no linker, only object files for WASM
             linkextern   : ld_wasm; // there's no linker, only object files for WASM
             ar           : ar_none;
             ar           : ar_none;