blob: 7696dc92cee8602f95229dfc438bd97a1ffc2beb [file] [log] [blame]
Aleksandr Urakov899b3af2018-12-05 17:35:30 +00001REQUIRES: system-windows, lld
2RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VariablesLocationsTest.cpp
Zachary Turner22566332019-01-02 18:33:54 +00003RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -b -s %S/Inputs/VariablesLocationsTest.script -- %t.exe | FileCheck %s
Jonas Devlieghere924d5602018-07-13 10:29:27 +00004
5CHECK: g_var = 2222
6
7CHECK: arg_0 = 1111
8CHECK: arg_1 = 0.123
9
10CHECK: loc_0 = 'x'
11CHECK: loc_1 = 0.567
12
13CHECK: loc_0 = true
14CHECK: loc_1 = 3333