#24 Support avr target, see rhbz#1718492
Merged 4 years ago by tstellar. Opened 4 years ago by sergesanspaille.
rpms/ sergesanspaille/llvm master  into  master

file modified
+7 -1
@@ -14,7 +14,7 @@ 

  %global min_ver 0

  %global patch_ver 0

  %global rc_ver 3

- %global baserelease 0.4

+ %global baserelease 0.5

  

  

  %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,9 @@ 

  %endif

  

  %changelog

+ * 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

  

no initial comment

What was the issue on s390x? Running out of memory?

lit issues, many AVR tests failing.

Looks like an issue with the MCCodeEmitter, maybe it's not being initialized? I'm going to merge this so I can put my 9.0.0-final patch on top of it.

Pull-Request has been merged by tstellar

4 years ago