fix build on GCC

This commit is contained in:
Andrew Kelley 2016-02-12 14:07:12 -07:00
parent 4e3f6de027
commit 9bf9be9937
2 changed files with 4 additions and 2 deletions

View File

@ -68,8 +68,9 @@ compromises backward compatibility.
### Dependencies
* LLVM 3.7.1
* libclang 3.7.1
* cmake >= 2.8.5
* LLVM == 3.7.1
* libclang == 3.7.1
### Debug / Development Build

View File

@ -596,6 +596,7 @@ const char *ZigLLVMGetSubArchTypeName(ZigLLVM_SubArchType sub_arch) {
case ZigLLVM_KalimbaSubArch_v5:
return "v5";
}
abort();
}
//------------------------------------