Author: Jan Kratochvil Date: 2020-06-06T23:31:30+02:00 New Revision: 8fc1e307f9c41e9958f78c75648e40744198c4b2
URL: https://github.com/llvm/llvm-project/commit/8fc1e307f9c41e9958f78c75648e40744198c4b2 DIFF: https://github.com/llvm/llvm-project/commit/8fc1e307f9c41e9958f78c75648e40744198c4b2.diff LOG: [lldb] [nfc] Fix comment in testcase DW_TAG_variable-DW_AT_const_value.s Added: Modified: lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s Removed: ################################################################################ diff --git a/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s b/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s index a6d4f199a647..fdbb173a264f 100644 --- a/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s +++ b/lldb/test/Shell/SymbolFile/DWARF/DW_TAG_variable-DW_AT_const_value.s @@ -7,7 +7,7 @@ # CHECK: (const long) $0 = 0xed9a924c00011151 -# The DW_TAG_variable using DW_AT_const_value. can be produced from: +# The DW_TAG_variable using DW_AT_const_value can be compiled from: # static const long magic64 = 0xed9a924c00011151; # int main(void) { return magic64; } _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits