Przeglądaj źródła

* set default LLVM version to 3.9.0

git-svn-id: trunk@36266 -
Jonas Maebe 8 lat temu
rodzic
commit
6dca851cb2
1 zmienionych plików z 1 dodań i 1 usunięć
  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;