Browse Source

* fix LLVM backend compilation (mantis #36833)

git-svn-id: trunk@44374 -
Jonas Maebe 5 years ago
parent
commit
523ebb42cf
1 changed files with 2 additions and 1 deletions
  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}