VoltLang / Volta

Compiler for the Volt Programming Language
151 stars 8 forks source link

llvm: Support LLVM 7 intrinsics. #51

Closed bhelyer closed 5 years ago

bhelyer commented 5 years ago

This should uses Jakob's detection code to support both LLVM 6 and 7 intrinsics.

bhelyer commented 5 years ago

llvm: Make LLVM-7 hack prettier

bhelyer commented 5 years ago

This is failing because it now requires a battery with battery's PR4 applied. The logic for detecting the LLVM version has been moved there for both nix and windows.