[llvm] [HWASAN] NFC? Remove DW_OP_LLVM_tag_offset from DIExpression::isImplicit (PR #79816)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 30 13:31:01 PST 2024


================
@@ -1512,7 +1512,6 @@ bool DIExpression::isImplicit() const {
     default:
       break;
     case dwarf::DW_OP_stack_value:
-    case dwarf::DW_OP_LLVM_tag_offset:
----------------
vitalybuka wrote:

Would this make all expressions with DW_OP_LLVM_tag_offset non implicit?
I don't know implications of this.

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


More information about the llvm-commits mailing list