[all-commits] [llvm/llvm-project] 485ba4: [clang][test] Remove unnecessary 'REQUIRES'
Ben Shi via All-commits
all-commits at lists.llvm.org
Thu Jan 12 18:05:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 485ba407a6a903b2443a8b6b7912de234cc60ffd
https://github.com/llvm/llvm-project/commit/485ba407a6a903b2443a8b6b7912de234cc60ffd
Author: Ben Shi <powerman1st at 163.com>
Date: 2023-01-13 (Fri, 13 Jan 2023)
Changed paths:
M clang/test/Preprocessor/predefined-arch-macros.c
Log Message:
-----------
[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
More information about the All-commits
mailing list