vhscampos added inline comments.
Comment at: clang/lib/Basic/Targets/ARM.cpp:929-949
+ if (ArchKind == llvm::ARM::ArchKind::ARMV8A ||
+ ArchKind == llvm::ARM::ArchKind::ARMV8R ||
+ ArchKind == llvm::ARM::ArchKind::ARMV8_1A ||
+ ArchKind == llvm::ARM::ArchKind::ARM
tmatheson updated this revision to Diff 397127.
tmatheson added a comment.
Combine V8 and V9 macros
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116154/new/
https://reviews.llvm.org/D116154
Files:
clang/lib/Basic/Targets/ARM.cpp
clang/lib/Hea
tmatheson updated this revision to Diff 397071.
tmatheson added a comment.
Add 8.8 and 9.3; patches adding these were merged first in the end.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116154/new/
https://reviews.llvm.org/D116154
Files:
clan
tmatheson created this revision.
Herald added a subscriber: kristof.beyls.
tmatheson requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Patch by Ranjeet Singh and Son Tuan Vu.
Change-Id: Ic18ffda35760587673b30c166ac145b0df038973
Repository: