This is an archive of the discontinued LLVM Phabricator instance.

[clang][test] Remove unnecessary 'REQUIRES'
ClosedPublic

Authored by benshi001 on Jan 12 2023, 5:33 PM.

Details

Summary

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.

Diff Detail

Event Timeline

benshi001 created this revision.Jan 12 2023, 5:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 5:33 PM
Herald added subscribers: kosarev, tpr. · View Herald Transcript
benshi001 requested review of this revision.Jan 12 2023, 5:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 12 2023, 5:33 PM
MaskRay accepted this revision.Jan 12 2023, 5:49 PM
This revision is now accepted and ready to land.Jan 12 2023, 5:49 PM

Unless there is something weird, -E does not need llvm/lib/Target code.

This revision was landed with ongoing or failed builds.Jan 12 2023, 6:04 PM
This revision was automatically updated to reflect the committed changes.