We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed5f1f9 commit a06d2e6Copy full SHA for a06d2e6
omnibus/config/software/llvm_bin.rb
@@ -1,6 +1,6 @@
1
name "llvm_bin"
2
LLVM_VERSION = (ENV['LLVM_VERSION'] || "10.0.0").strip
3
-default_version "#{LLVM_VERSION}-2"
+default_version "#{LLVM_VERSION}-3"
4
skip_transitive_dependency_licensing true
5
6
if linux?
@@ -22,7 +22,8 @@
22
source_md5 = "435beaff5e309921f4d87c275cad4e03"
23
when "10.0.0"
24
# source_md5 = "edccfa777cba6e160b19bd5b57b12c8f" # 10.0.0-1
25
- source_md5 = "dc44dbc947b67c76e44df1c9e38df901" # 10.0.0-2
+ # source_md5 = "dc44dbc947b67c76e44df1c9e38df901" # 10.0.0-2
26
+ source_md5 = "d32c4d28b8fc50efda3f451e0d8265ea" # 10.0.0-3 (universal darwin)
27
else
28
raise "llvm_bin #{LLVM_VERSION} not supported on osx"
29
end
0 commit comments