瀏覽代碼

* set default LLVM version to 3.9.0

git-svn-id: trunk@36266 -
Jonas Maebe 8 年之前
父節點
當前提交
6dca851cb2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;