From 926f55706605f8e1b8a8598448058e6a1875d92c Mon Sep 17 00:00:00 2001 From: Shafik Yaghmour Date: Mon, 30 Sep 2019 16:57:35 +0000 Subject: [lldb][NFC] Updating test to reflect made by D67966 Summary: D67966 changes the output when dumping DWARF expressions and this updates basic_entry_values_x86_64 test to reflect this change. llvm-svn: 373229 --- .../functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp b/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp index d49ed4985cc..5a38376b680 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp +++ b/lldb/packages/Python/lldbsuite/test/functionalities/param_entry_vals/basic_entry_values_x86_64/main.cpp @@ -31,7 +31,7 @@ void func1(int &sink, int x) { DESTROY_RSI; //% self.filecheck("image lookup -va $pc", "main.cpp", "-check-prefix=FUNC1-DESC") - // FUNC1-DESC: name = "x", type = "int", location = DW_OP_entry_value( rsi) + // FUNC1-DESC: name = "x", type = "int", location = DW_OP_entry_value(DW_OP_reg4 RSI) ++sink; } -- cgit v1.2.3