[lldb] Update TestBasicEntryValues.py for image lookup output

Update TestBasicEntryValues.py for 15983c28aa which changes the output
for `image lookup -v`. This should fix the debian and macos build bots.
This commit is contained in:
Jonas Devlieghere 2022-03-02 22:33:38 -08:00
parent ff33b6f90a
commit 03dae31aca
No known key found for this signature in database
GPG Key ID: 49CC0BD90FDEED4D

View File

@ -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) {