group-cmd-search test is not supposed to pass on Windows.

llvm-svn: 210697
This commit is contained in:
Rui Ueyama 2014-06-11 20:00:22 +00:00
parent 3e79a57a6d
commit 8ab4e2ce25
1 changed files with 8 additions and 0 deletions

View File

@ -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