From 485ba407a6a903b2443a8b6b7912de234cc60ffd Mon Sep 17 00:00:00 2001 From: Ben Shi Date: Fri, 13 Jan 2023 09:25:42 +0800 Subject: [PATCH] [clang][test] Remove unnecessary 'REQUIRES' The test 'Preprocessor/predefined-arch-macros.c' contains many target tests than 'amdgpu'. If clang is built without 'amdgpu', then failures in other target tests will not be reported. Reviewed By: aaron.ballman, MaskRay Differential Revision: https://reviews.llvm.org/D141647 --- clang/test/Preprocessor/predefined-arch-macros.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/test/Preprocessor/predefined-arch-macros.c b/clang/test/Preprocessor/predefined-arch-macros.c index 1b1afd6..68fa6e2 100644 --- a/clang/test/Preprocessor/predefined-arch-macros.c +++ b/clang/test/Preprocessor/predefined-arch-macros.c @@ -1,4 +1,3 @@ -// REQUIRES: amdgpu-registered-target // Begin X86/GCC/Linux tests ---------------- // RUN: %clang -march=i386 -m32 -E -dM %s -o - 2>&1 \ -- 2.7.4