Explorar el Código

* fix LLVM backend compilation (mantis #36833)

git-svn-id: trunk@44374 -
Jonas Maebe hace 5 años
padre
commit
523ebb42cf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      compiler/llvm/llvmbase.pas

+ 2 - 1
compiler/llvm/llvmbase.pas

@@ -136,7 +136,8 @@ implementation
        'wasm32',
        'wasm32',
        'sparc64',
        'sparc64',
        'riscv32',
        'riscv32',
-       'riscv64'
+       'riscv64',
+       'xtensa'
       );
       );
 {$endif}
 {$endif}