[Lldb-commits] [PATCH] D86311: Fix how ValueObjectVariable handles DW_AT_const_value when the DWARFExpression holds the data that represents a constant value

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 21 06:47:16 PDT 2020


shafik marked an inline comment as done.
shafik added inline comments.


================
Comment at: lldb/test/Shell/SymbolFile/DWARF/DW_AT_const_value.s:2
+# RUN: llvm-mc -filetype=obj -o %t -triple x86_64-apple-macosx10.15.0 %s
+# RUN: %lldb %t -o "target variable constant" -b | FileCheck %s
+
----------------
aprantl wrote:
> I think this is missing a REQUIRES: line that checks for an x86 target?
I did not use that in D85376, is there something different in this case?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86311/new/

https://reviews.llvm.org/D86311



More information about the lldb-commits mailing list