소스 검색

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

git-svn-id: trunk@39861 -
florian 7 년 전
부모
커밋
c7a0022146
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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;