瀏覽代碼

* fix LLVM backend compilation (mantis #36833)

git-svn-id: trunk@44374 -
Jonas Maebe 5 年之前
父節點
當前提交
523ebb42cf
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      compiler/llvm/llvmbase.pas

+ 2 - 1
compiler/llvm/llvmbase.pas

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