diff options
author | Alan <ahulambda@gmail.com> | 2025-03-23 21:20:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-23 21:20:56 -0400 |
commit | b32cf756994cbab83e50b9d84df03d5ee03f31f8 (patch) | |
tree | b9c5dd482a8d79870aa8f1b95c37a28f041f13a5 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 9d92d4b01ce0ddfdcbb2bd5ec0ec3208ad480ccc (diff) | |
download | llvm-b32cf756994cbab83e50b9d84df03d5ee03f31f8.zip llvm-b32cf756994cbab83e50b9d84df03d5ee03f31f8.tar.gz llvm-b32cf756994cbab83e50b9d84df03d5ee03f31f8.tar.bz2 |
[LLVM-C][OCaml] Make LLVMMetadataKind consistent between C and OCaml (#132268)
- Move LLVMDISubrangeTypeMetadataKind to end of LLVMMetadataKind enum.
Inserting a new enum constant in the middle of the enum breaks the ABI for
that enum. Commit e298fc2 introduced this issue, which was revealed because
the OCaml binding tests failed.
- Bring OCaml bindings up to date with LLVMMetadataKind enum.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions