#26 LLVM 9.0 Release
Merged 4 years ago by tstellar. Opened 4 years ago by tstellar.
rpms/ tstellar/llvm f31-llvm9  into  f31

file modified
+1
@@ -52,3 +52,4 @@ 

  /llvm-8.0.0.src.tar.xz

  /llvm-9.0.0rc2.src.tar.xz

  /llvm-9.0.0rc3.src.tar.xz

+ /llvm-9.0.0.src.tar.xz

file modified
+11 -2
@@ -13,8 +13,8 @@ 

  %global maj_ver 9

  %global min_ver 0

  %global patch_ver 0

- %global rc_ver 3

- %global baserelease 0.4

+ #%%global rc_ver 3

+ %global baserelease 1

  

  

  %if %{with compat_build}
@@ -201,6 +201,9 @@ 

  %if %{with gold}

  	-DLLVM_BINUTILS_INCDIR=%{_includedir} \

  %endif

+ %ifnarch s390 s390x

+ 	-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR \

+ %endif

  	\

  	-DLLVM_BUILD_RUNTIME:BOOL=ON \

  	\
@@ -474,6 +477,12 @@ 

  %endif

  

  %changelog

+ * Thu Sep 19 2019 sguelton@redhat.com - 9.0.0-1

That doesn't look like the right attribution? Missing a name at least.

+ - 9.0.0 Release

+ 

+ * Wed Sep 18 2019 sguelton@redhat.com - 9.0.0-0.5.rc3

+ - Support avr target, see rhbz#1718492

+ 

  * Tue Sep 10 2019 Tom Stellard <tstellar@redhat.com> - 9.0.0-0.4.rc3

  - Split out test executables into their own export file

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (llvm-9.0.0rc3.src.tar.xz) = e08dcd4ae5f8651c9e2b7925074eb3999b9c44294976f42271421cafa7bf031955656dd0e11f8b78584a6b0b34252c9b9afdc956d79bc6c534d567e3f8f9bea6

+ SHA512 (llvm-9.0.0.src.tar.xz) = 1bb3341e1d231559b948f1505b33c2e2e03989f9b8bbfef0e0cdaff5ac43f85574c9ec5ac53399b914f497d6899425d861411024e8d7e1d1a338c1c6951ac658

no initial comment

Pull-Request has been merged by tstellar

4 years ago

That doesn't look like the right attribution? Missing a name at least.