================
@@ -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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to