forked from OSchip/llvm-project
[test] Add UNSUPPORTED: system-windows to linux-ld.c
We should have a test verifying / \ for Windows but have such a long test specifically for Linux cross compilation suffer from Windows \ is too troublesome.
This commit is contained in:
parent
dced4649af
commit
dcaa0293c1
|
@ -1,3 +1,4 @@
|
|||
// UNSUPPORTED: system-windows
|
||||
// General tests that ld invocations on Linux targets sane. Note that we use
|
||||
// sysroot to make these tests independent of the host system.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue