benshi001 created this revision. benshi001 added reviewers: aaron.ballman, MaskRay. Herald added subscribers: kosarev, tpr. Herald added a project: All. benshi001 requested review of this revision. Herald added subscribers: cfe-commits, jacquesguan. Herald added a project: clang.
The test 'Preprocessor/predefined-arch-macros.c' contains many target tests than 'amdgpu'. If clang is built without 'amdgpu', then failures in other targets will not be reported. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D141647 Files: clang/test/Preprocessor/predefined-arch-macros.c Index: clang/test/Preprocessor/predefined-arch-macros.c =================================================================== --- clang/test/Preprocessor/predefined-arch-macros.c +++ 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 \
Index: clang/test/Preprocessor/predefined-arch-macros.c =================================================================== --- clang/test/Preprocessor/predefined-arch-macros.c +++ 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 \
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits