[all-commits] [llvm/llvm-project] a27da0: [llvm][MetadataLoader] Make sure we correctly load...
Michael Buch via All-commits
all-commits at lists.llvm.org
Sat Mar 22 01:10:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a27da0a20cbfb9f0c600d53bf2520f068b222f59
https://github.com/llvm/llvm-project/commit/a27da0a20cbfb9f0c600d53bf2520f068b222f59
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2025-03-22 (Sat, 22 Mar 2025)
Changed paths:
M llvm/lib/Bitcode/Reader/MetadataLoader.cpp
A llvm/test/Bitcode/DW_AT_APPLE_enum_kind.ll
Log Message:
-----------
[llvm][MetadataLoader] Make sure we correctly load DW_APPLE_ENUM_KIND from bitcode (#132374)
This was pointed out in
https://github.com/llvm/llvm-project/pull/124752#issuecomment-2730052773
There was no test that roundtrips this attribute through LLVM bitcode,
so this was never caught.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list