[clang] c14df22 - [Driver] Do not run test on AIX

Serge Pavlov via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 4 04:33:13 PDT 2022


Author: Serge Pavlov
Date: 2022-11-04T18:32:26+07:00
New Revision: c14df228ff3ca73e3c5c00c495216bba56665fd5

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

LOG: [Driver] Do not run test on AIX

Differential Revision: https://reviews.llvm.org/D136090

Added: 
    

Modified: 
    clang/test/Driver/response-file-errs.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/response-file-errs.c b/clang/test/Driver/response-file-errs.c
index c0e02a984b9af..64eb3208a836c 100644
--- a/clang/test/Driver/response-file-errs.c
+++ b/clang/test/Driver/response-file-errs.c
@@ -1,3 +1,6 @@
+// AIX reacts on opening directory 
diff erently than other systems.
+// UNSUPPORTED: aix
+
 // If response file does not exist, '@file; directive remains unexpanded in
 // command line.
 //


        


More information about the cfe-commits mailing list