Parcourir la source

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

git-svn-id: trunk@39861 -
florian il y a 6 ans
Parent
commit
c7a0022146
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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;