[X86] Use NSW/NUW flags on ISD::TRUNCATE nodes to improve X86 PACKSS/PACKUS lowering...
[llvm-project.git] / lldb / test / Shell / SymbolFile / PDB / variables-locations.test
blob9f9a8497badd7e15fba7db9e0b2c1bb3c398921a
1 REQUIRES: target-windows, lld
2 RUN: %build --compiler=clang-cl --output=%t.exe %S/Inputs/VariablesLocationsTest.cpp
3 RUN: %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