[llvm] [llvm][MetadataLoader] Make sure we correctly load DW_APPLE_ENUM_KIND from bitcode (PR #132374)

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 15:39:07 PDT 2025


================
@@ -1,5 +1,7 @@
 ; RUN: llc < %s -filetype=obj -o %t
 ; RUN: llvm-dwarfdump -v %t | FileCheck %s
+;
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck %s --check-prefix=CHECK-METADATA
----------------
adrian-prantl wrote:

Can you hoist the round-trip part into tests/IR or BitCode?

https://github.com/llvm/llvm-project/pull/132374


More information about the llvm-commits mailing list