[clang] 9bf6ecc - [clang] Only run test on x86
Alex Brachet via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 1 17:56:18 PDT 2022
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
More information about the cfe-commits
mailing list