[clang] Only run test on x86

This commit is contained in:
Alex Brachet 2022-08-02 00:56:05 +00:00
parent 995b61cdac
commit 9bf6eccae1
1 changed files with 1 additions and 1 deletions

View File

@ -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