Differential Revision: https://reviews.llvm.org/D68449
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373780
91177308-0d34-0410-b5e6-
96231b3b80d8
RUN: | FileCheck %s
This test relies on UnDecorateSymbolName, which is Windows-only.
-REQUIRES: target-windows, system-windows
+REQUIRES: system-windows
CHECK: foo(void)
CHECK: coff-dwarf.cpp:7
This test relies on UnDecorateSymbolName, which is Win32-only.
REQUIRES: system-windows
-REQUIRES: target-windows
-FIXME: This test depends on host, not target.
We get the expected stack trace, except 'foo' appears for the 'bar' frame
because 'bar' isn't in the export table.