fix build on GCC
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -596,6 +596,7 @@ const char *ZigLLVMGetSubArchTypeName(ZigLLVM_SubArchType sub_arch) {
|
||||
case ZigLLVM_KalimbaSubArch_v5:
|
||||
return "v5";
|
||||
}
|
||||
abort();
|
||||
}
|
||||
|
||||
//------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user