[PATCH] D90001: [llvm/DebugInfo] Emit DW_OP_implicit_value when tuning for LLDB
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 16:36:02 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/implicit_value-double.ll:14
+
+; CHECK: .debug_info contents:
+; CHECK: DW_TAG_variable
----------------
You probably don't need to duplicate the CHECK lines — also I'm surprised this even works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90001/new/
https://reviews.llvm.org/D90001
More information about the llvm-commits
mailing list