Skip to content

Commit

Permalink
[lldb] Update TestBasicEntryValues.py for image lookup output
Browse files Browse the repository at this point in the history
Update TestBasicEntryValues.py for 15983c2 which changes the output
for `image lookup -v`. This should fix the debian and macos build bots.
  • Loading branch information
JDevlieghere committed Mar 3, 2022
1 parent ff33b6f commit 03dae31
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -20,8 +20,8 @@ __attribute__((noinline)) void func1(int &sink) {
++global;
//% prefix = "FUNC1-GNU" if "GNU" in self.name else "FUNC1-V5"
//% self.filecheck("image lookup -v -a $pc", "main.cpp", "-check-prefix="+prefix)
// FUNC1-GNU: name = "sink", type = "int &", location = DW_OP_GNU_entry_value
// FUNC1-V5: name = "sink", type = "int &", location = DW_OP_entry_value
// FUNC1-GNU: name = "sink", type = "int &", valid ranges = {{.*}}, location = {{.*}} DW_OP_GNU_entry_value
// FUNC1-V5: name = "sink", type = "int &", valid ranges = {{.*}}, location = {{.*}} DW_OP_entry_value
}

__attribute__((noinline)) void func2(int &sink, int x) {
Expand Down

0 comments on commit 03dae31

Please sign in to comment.