[clang] 9906d38 - [NFC][CSKY] Fix the test error in toolchain case in windows by add UNSUPPORTED: system-windows

Zi Xuan Wu via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 5 21:21:00 PDT 2022


Author: Zi Xuan Wu
Date: 2022-04-06T12:18:54+08:00
New Revision: 9906d38252d112894f304ba1b4fbdcd2cc93ab19

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

LOG: [NFC][CSKY] Fix the test error in toolchain case in windows by add UNSUPPORTED: system-windows

Added: 
    

Modified: 
    clang/test/Driver/csky-toolchain.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/csky-toolchain.c b/clang/test/Driver/csky-toolchain.c
index 3f8069da4735d..6f120cf452cb7 100644
--- a/clang/test/Driver/csky-toolchain.c
+++ b/clang/test/Driver/csky-toolchain.c
@@ -1,3 +1,4 @@
+// UNSUPPORTED: system-windows
 // A basic clang -cc1 command-line, and simple environment check.
 
 // RUN: %clang %s -### -no-canonical-prefixes -target csky 2>&1 | FileCheck -check-prefix=CC1 %s


        


More information about the cfe-commits mailing list