Author: Alex Brachet
Date: 2022-08-02T00:56:05Z
New Revision: 9bf6eccae112476d953180e814781b99237bd0bb

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

LOG: [clang] Only run test on x86

Added: 
    

Modified: 
    clang/test/Driver/lld-repro.c

Removed: 
    


################################################################################
diff  --git a/clang/test/Driver/lld-repro.c b/clang/test/Driver/lld-repro.c
index 7db0e2e188c2..65d562996e62 100644
--- a/clang/test/Driver/lld-repro.c
+++ b/clang/test/Driver/lld-repro.c
@@ -1,4 +1,4 @@
-// REQUIRES: lld
+// REQUIRES: lld, x86-registered-target
 
 // RUN: not %clang %s -target x86_64-linux -nostartfiles -nostdlib 
-fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t 
-fcrash-diagnostics=all 2>&1 \
 // RUN:   | FileCheck %s


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to