This patch adds checks that were missing in clang for Armv8.5/6/7-A. These include:
- ACLE macro defines for AArch32.
- Handling of crypto and SM4, SHA and AES feature flags on clang's driver.
Differential D116153
[ARM][AArch64] Add missing v8.x checks tyb0807 on Dec 22 2021, 3:07 AM. Authored by
Details This patch adds checks that were missing in clang for Armv8.5/6/7-A. These include:
Diff Detail Event Timeline
Comment Actions Ah, sorry, forgot about this. Can you upload the patch with some more context please so I can have a quick look again?
|
I see tests for the crypto stuff, but is there or do we need a test for whatever getTargetDefinesARMV83A is setting?