mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 03:03:09 +00:00
fix build on GCC
This commit is contained in:
parent
4e3f6de027
commit
9bf9be9937
@ -68,8 +68,9 @@ compromises backward compatibility.
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
* LLVM 3.7.1
|
* cmake >= 2.8.5
|
||||||
* libclang 3.7.1
|
* LLVM == 3.7.1
|
||||||
|
* libclang == 3.7.1
|
||||||
|
|
||||||
### Debug / Development Build
|
### Debug / Development Build
|
||||||
|
|
||||||
|
|||||||
@ -596,6 +596,7 @@ const char *ZigLLVMGetSubArchTypeName(ZigLLVM_SubArchType sub_arch) {
|
|||||||
case ZigLLVM_KalimbaSubArch_v5:
|
case ZigLLVM_KalimbaSubArch_v5:
|
||||||
return "v5";
|
return "v5";
|
||||||
}
|
}
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
//------------------------------------
|
//------------------------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user