KhronosGroup / SPIR

Other
177 stars 49 forks source link

Targets: Set native integer types for SPIRxxTargetInfo #34

Closed pierremoreau closed 8 years ago

pierremoreau commented 8 years ago

Without those native integer types, LegalIntWidths is empty, resulting in DataLayout::getSmallestLegalIntType() returning a null pointer.

Fixes: KhronosGroup/SPIRV-LLVM#42