[clang] a26cbd0 - [Driver] Convert test to check 'target=...'
    Paul Robinson via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jan  4 06:46:15 PST 2023
    
    
  
Author: Paul Robinson
Date: 2023-01-04T06:46:00-08:00
New Revision: a26cbd03fe0f6f996d27f793e2107393d1888e40
URL: https://github.com/llvm/llvm-project/commit/a26cbd03fe0f6f996d27f793e2107393d1888e40
DIFF: https://github.com/llvm/llvm-project/commit/a26cbd03fe0f6f996d27f793e2107393d1888e40.diff
LOG: [Driver] Convert test to check 'target=...'
Part of the project to eliminate special handling for triples in lit
expressions.
Added: 
    
Modified: 
    clang/test/Driver/fat-archive-unbundle-ext.c
Removed: 
    
################################################################################
diff  --git a/clang/test/Driver/fat-archive-unbundle-ext.c b/clang/test/Driver/fat-archive-unbundle-ext.c
index 09b1ca1782feb..b409aa6313b1e 100644
--- a/clang/test/Driver/fat-archive-unbundle-ext.c
+++ b/clang/test/Driver/fat-archive-unbundle-ext.c
@@ -1,5 +1,5 @@
 // REQUIRES: x86-registered-target
-// UNSUPPORTED: target={{.*-windows.*}}, darwin, target={{.*}}-aix{{.*}}
+// UNSUPPORTED: target={{.*-windows.*}}, target={{.*-darwin.*}}, target={{.*}}-aix{{.*}}
 
 // Generate dummy fat object
 // RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.host.o
        
    
    
More information about the cfe-commits
mailing list