This is an archive of the discontinued LLVM Phabricator instance.

[mips] Check that features required by built-ins are enabled
ClosedPublic

Authored by atanasyan on Nov 28 2019, 2:39 AM.

Details

Summary

Now Clang does not check that features required by built-in functions are enabled. That causes errors in the backend reported in PR44018.

This patch fixes this bug by checking that required features are enabled.

Diff Detail

Event Timeline

atanasyan created this revision.Nov 28 2019, 2:39 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2019, 2:39 AM
This revision is now accepted and ready to land.Nov 28 2019, 6:25 AM
This revision was automatically updated to reflect the committed changes.