[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / tools / llvm-symbolizer / coff-exports.test
blob8678aae2960e945c5b5c415b18c26ff44c171b58
1 RUN: llvm-symbolizer 0x500A 0x5038 0x504B --inlining --relative-address -obj="%p/Inputs/coff-exports.exe" \
2 RUN:   | FileCheck %s
3 RUN: llvm-symbolizer 0x500A 0x5038 0x504B --inlines --relative-address -obj="%p/Inputs/coff-exports.exe" \
4 RUN:   | FileCheck %s
5 RUN: llvm-symbolizer 0x500A 0x5038 0x504B -i --relative-address -obj="%p/Inputs/coff-exports.exe" \
6 RUN:   | FileCheck %s
8 This test relies on UnDecorateSymbolName, which is Win32-only.
9 REQUIRES: system-windows
10 REQUIRES: target-windows
11 FIXME: This test depends on host, not target.
13 We get the expected stack trace, except 'foo' appears for the 'bar' frame
14 because 'bar' isn't in the export table.
16 CHECK: foo(void)
17 CHECK: ??:0:0
18 CHECK: foo(void)
19 CHECK: ??:0:0
20 CHECK: main
21 CHECK: ??:0:0