[clang] dcaa029 - [test] Add UNSUPPORTED: system-windows to linux-ld.c

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Sat Mar 27 16:46:34 PDT 2021


Author: Fangrui Song
Date: 2021-03-27T16:46:30-07:00
New Revision: dcaa0293c1068cf0b06c4e4304d3290ca3e7d5e3

URL: https://github.com/llvm/llvm-project/commit/dcaa0293c1068cf0b06c4e4304d3290ca3e7d5e3
DIFF: https://github.com/llvm/llvm-project/commit/dcaa0293c1068cf0b06c4e4304d3290ca3e7d5e3.diff

LOG: [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.

Added: 
    

Modified: 
    clang/test/Driver/linux-ld.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/linux-ld.c b/clang/test/Driver/linux-ld.c
index f18553e77e42..7630d5f1324e 100644
--- a/clang/test/Driver/linux-ld.c
+++ b/clang/test/Driver/linux-ld.c
@@ -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.
 //


        


More information about the cfe-commits mailing list