[Mlir-commits] [lldb] [llvm] [mlir] [DebugInfo] Add symbolic branches to DIExpression (PR #210850)
Scott Linder
llvmlistbot at llvm.org
Wed Aug 19 11:07:10 PDT 2026
================
@@ -47,6 +47,13 @@ TEST(DwarfTest, getOperationEncoding) {
// Some valid ops.
EXPECT_EQ(DW_OP_deref, getOperationEncoding("DW_OP_deref"));
EXPECT_EQ(DW_OP_bit_piece, getOperationEncoding("DW_OP_bit_piece"));
+ // These are metadata-only ops, but they still need names in both directions.
+ EXPECT_EQ(DW_OP_LLVM_label, getOperationEncoding("DW_OP_LLVM_label"));
----------------
slinder1 wrote:
(I noted this while reviewing, but in isolation not really meaningful)
https://github.com/llvm/llvm-project/pull/210850
More information about the Mlir-commits
mailing list