brintos

brintos / llvm-project-archived public Read only

0
0
Text · 523 B · 9f9a849 Raw
21 lines · plain
1REQUIRES: target-windows, lld2RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VariablesLocationsTest.cpp3RUN: %lldb -b -s %S/Inputs/VariablesLocationsTest.script -- %t.exe | FileCheck %s4RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -b -s %S/Inputs/VariablesLocationsTest.script -- %t.exe | FileCheck %s5 6CHECK: g_var = 22227 8CHECK: arg_0 = 11119CHECK: arg_1 = 0.12310 11CHECK: loc_0 = 'x'12CHECK: loc_1 = 0.56713 14CHECK: loc_0 = true15CHECK: loc_1 = 333316 17CHECK: arg_0 = 2218 19CHECK: loc_0 = (a = 1234)20CHECK: loc_1 = 567821