mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[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:
parent
ff33b6f90a
commit
03dae31aca
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user