Explorar o código

* set default LLVM version to 3.9.0

git-svn-id: trunk@36266 -
Jonas Maebe %!s(int64=8) %!d(string=hai) anos
pai
achega
6dca851cb2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/globals.pas

+ 1 - 1
compiler/globals.pas

@@ -514,7 +514,7 @@ interface
         instructionset : is_arm;
 {$endif defined(ARM)}
 {$if defined(LLVM) and not defined(GENERIC_CPU)}
-        llvmversion    : llvmver_3_6_0;
+        llvmversion    : llvmver_3_9_0;
 {$endif defined(LLVM) and not defined(GENERIC_CPU)}
         controllertype : ct_none;
         pmessage : nil;