|
@@ -4,12 +4,11 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-# There are only two releases: release_35 and release_38, but the last
|
|
|
-# commit is from 2 years ago. Master has some recent activity.
|
|
|
-LIBCLC_VERSION = dabae5a2afb78cba0320a86e3f5f0b5dc83e077c
|
|
|
+# Use the latest commit from release_90 branch.
|
|
|
+LIBCLC_VERSION = d1cbc92e2ceee59963f5c3a576382e5bba31f060
|
|
|
LIBCLC_SITE = https://git.llvm.org/git/libclc
|
|
|
LIBCLC_SITE_METHOD = git
|
|
|
-LIBCLC_LICENSE = NCSA or MIT
|
|
|
+LIBCLC_LICENSE = Apache-2.0 with exceptions or MIT
|
|
|
LIBCLC_LICENSE_FILES = LICENSE.TXT
|
|
|
|
|
|
LIBCLC_DEPENDENCIES = host-clang host-llvm
|