Sfoglia il codice sorgente

* fix building with LLVM=1, thanks to Karl-Michael Schindler for the hint

git-svn-id: trunk@39861 -
florian 7 anni fa
parent
commit
c7a0022146
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      compiler/llvm/llvmbase.pas

+ 3 - 1
compiler/llvm/llvmbase.pas

@@ -130,7 +130,9 @@ implementation
        'unknown',
        'aarch64',
        'wasm32',
-       'sparc64'
+       'sparc64',
+       'riscv32',
+       'riscv64'
       );
 
   function llvm_target_name: ansistring;