Explorar el Código

* fix compilation for llvm as proposed by Karl-Michael Schindler, resolves #31969

git-svn-id: trunk@37842 -
florian hace 7 años
padre
commit
94de872927
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      compiler/llvm/llvmbase.pas

+ 2 - 1
compiler/llvm/llvmbase.pas

@@ -129,7 +129,8 @@ implementation
        'unknown',
        'unknown',
        'aarch64',
-       'wasm32'
+       'wasm32',
+       'sparc64'
       );
 
   function llvm_target_name: ansistring;