1 RUN: llvm-symbolizer 0x500A 0x5038 0x504B --inlining --relative-address -obj="%p/Inputs/coff-exports.exe" \
3 RUN: llvm-symbolizer 0x500A 0x5038 0x504B --inlines --relative-address -obj="%p/Inputs/coff-exports.exe" \
5 RUN: llvm-symbolizer 0x500A 0x5038 0x504B -i --relative-address -obj="%p/Inputs/coff-exports.exe" \
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.