This is a followup change to add v7ve support to clang for
gcc compatibility. Armv7ve addition to llvm is currently being
reviewed at https://reviews.llvm.org/D29472 .
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This all LGTM. If I can assume I am allow to approve, then I approve.
test/Preprocessor/arm-acle-6.4.c | ||
---|---|---|
136 ↗ | (On Diff #87831) | Seems like we could check for __ARM_FEATURE_IDIV here too since we know it must be there. Oh - I see it is tested in another test, in which case fine. I guess these test files are a bit of a mess already. |