[clang] 485ba40 - [clang][test] Remove unnecessary 'REQUIRES'
Ben Shi via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 12 18:04:52 PST 2023
Author: Ben Shi
Date: 2023-01-13T10:04:22+08:00
New Revision: 485ba407a6a903b2443a8b6b7912de234cc60ffd
URL: https://github.com/llvm/llvm-project/commit/485ba407a6a903b2443a8b6b7912de234cc60ffd
DIFF: https://github.com/llvm/llvm-project/commit/485ba407a6a903b2443a8b6b7912de234cc60ffd.diff
LOG: [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
Added:
Modified:
clang/test/Preprocessor/predefined-arch-macros.c
Removed:
################################################################################
diff --git a/clang/test/Preprocessor/predefined-arch-macros.c b/clang/test/Preprocessor/predefined-arch-macros.c
index 1b1afd6c22388..68fa6e2c6feab 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 \
More information about the cfe-commits
mailing list