forked from OSchip/llvm-project
[test] Remove another two unnecessary uses of REQUIRES: target-windows. NFC.
Differential Revision: https://reviews.llvm.org/D68449 llvm-svn: 373780
This commit is contained in:
parent
5b2e0ba28e
commit
174604c93c
|
@ -6,7 +6,7 @@ RUN: llvm-symbolizer 0x5009 0x5038 -i --relative-address -obj="%p/Inputs/coff-dw
|
|||
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
|
||||
|
|
|
@ -7,8 +7,6 @@ RUN: | FileCheck %s
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue