avr-llvm / llvm

[MERGED UPSTREAM] AVR backend for the LLVM compiler library
220 stars 21 forks source link

Implement processFixupValue for types #203

Closed dylanmckay closed 8 years ago

dylanmckay commented 8 years ago

In AVRAsmBackend::processFixupValue, there are a bunch of case statements for fixups which actually do require extra processing.

This needs to be implemented for each one.

dylanmckay commented 8 years ago

Fixed in 4d5da1a.