[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 07:18:41 PDT 2025
================
@@ -1,5 +1,6 @@
-; RUN: llc < %s -filetype=obj -o %t
-; RUN: llvm-dwarfdump -v %t | FileCheck %s
+; RUN: clang++ %s -c -g -emit-llvm -o %t.bc
----------------
adrian-prantl wrote:
an LLVM test can't/shouldn't depend on clang. Can you check in the bitcode file instead?
https://github.com/llvm/llvm-project/pull/132374
More information about the llvm-commits
mailing list