mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-02 08:26:39 +00:00
[OCaml] Add missing Llvm_target functions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -47,6 +47,8 @@ let test_target_data () =
|
||||
assert_equal (byte_order td) Endian.Little;
|
||||
assert_equal (pointer_size td) 4;
|
||||
assert_equal (intptr_type td context) i32_type;
|
||||
assert_equal (qualified_pointer_size td 0) 4;
|
||||
assert_equal (qualified_intptr_type td context 0) i32_type;
|
||||
assert_equal (size_in_bits td sty) (Int64.of_int 96);
|
||||
assert_equal (store_size td sty) (Int64.of_int 12);
|
||||
assert_equal (abi_size td sty) (Int64.of_int 12);
|
||||
|
Reference in New Issue
Block a user