mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
add support for ocaml 3.12
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d892c5a72
commit
4d00161e0a
@ -75,6 +75,9 @@ static struct custom_operations generic_value_ops = {
|
|||||||
custom_hash_default,
|
custom_hash_default,
|
||||||
custom_serialize_default,
|
custom_serialize_default,
|
||||||
custom_deserialize_default
|
custom_deserialize_default
|
||||||
|
#ifdef custom_compare_ext_default
|
||||||
|
, custom_compare_ext_default
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static value alloc_generic_value(LLVMGenericValueRef Ref) {
|
static value alloc_generic_value(LLVMGenericValueRef Ref) {
|
||||||
|
@ -1277,6 +1277,9 @@ static struct custom_operations builder_ops = {
|
|||||||
custom_hash_default,
|
custom_hash_default,
|
||||||
custom_serialize_default,
|
custom_serialize_default,
|
||||||
custom_deserialize_default
|
custom_deserialize_default
|
||||||
|
#ifdef custom_compare_ext_default
|
||||||
|
, custom_compare_ext_default
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
static value alloc_builder(LLVMBuilderRef B) {
|
static value alloc_builder(LLVMBuilderRef B) {
|
||||||
|
Loading…
Reference in New Issue
Block a user