forked from OSchip/llvm-project
group-cmd-search test is not supposed to pass on Windows.
llvm-svn: 210697
This commit is contained in:
parent
3e79a57a6d
commit
8ab4e2ce25
|
@ -1,3 +1,11 @@
|
|||
/*
|
||||
XFAIL: win32
|
||||
|
||||
This test does not pass on Windows because a path starting with
|
||||
"/" is not considered as an absolute path. (It needs a drive
|
||||
letter.)
|
||||
*/
|
||||
|
||||
/*
|
||||
In general the linker scripts's GROUP command works like a pair
|
||||
of command line options --start-group/--end-group. But there is
|
||||
|
|
Loading…
Reference in New Issue