[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / lldb / test / Shell / SymbolFile / PDB / variables-locations.test
blobb5bfc6fe81af9bcb3aeee7e7e6c4efd14c91b257
1 REQUIRES: system-windows, lld
2 RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VariablesLocationsTest.cpp
3 RUN: env LLDB_USE_NATIVE_PDB_READER=0 %lldb -b -s %S/Inputs/VariablesLocationsTest.script -- %t.exe | FileCheck %s
4 RUN: env LLDB_USE_NATIVE_PDB_READER=1 %lldb -b -s %S/Inputs/VariablesLocationsTest.script -- %t.exe | FileCheck %s
6 CHECK: g_var = 2222
8 CHECK: arg_0 = 1111
9 CHECK: arg_1 = 0.123
11 CHECK: loc_0 = 'x'
12 CHECK: loc_1 = 0.567
14 CHECK: loc_0 = true
15 CHECK: loc_1 = 3333
17 CHECK: arg_0 = 22
19 CHECK: loc_0 = (a = 1234)
20 CHECK: loc_1 = 5678