This extends the command-line support for the 'armv8.7-a' architecture
name to the ARM target.
Based on a patch written by Momchil Velikov.
Paths
| Differential D93231
[ARM] Adding v8.7-A command-line support for the ARM target ClosedPublic Authored by pratlucas on Dec 14 2020, 9:25 AM.
Details Summary This extends the command-line support for the 'armv8.7-a' architecture Based on a patch written by Momchil Velikov.
Diff Detail
Event TimelineHerald added subscribers: dexonsmith, danielkiss, hiraditya, kristof.beyls. · View Herald TranscriptDec 14 2020, 9:25 AM Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 14 2020, 9:25 AM pratlucas added a parent revision: D91776: [ARM][AAarch64] Initial command-line support for v8.7-A.Dec 14 2020, 9:28 AM pratlucas added reviewers: momchil.velikov, simon_tatham, vhscampos, olista01, ostannard, dmgreen.Dec 14 2020, 9:30 AM This revision is now accepted and ready to land.Dec 17 2020, 2:43 AM This revision was landed with ongoing or failed builds.Dec 17 2020, 5:49 AM Closed by commit rGc5046ebdf6e4: [ARM] Adding v8.7-A command-line support for the ARM target (authored by pratlucas). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312471 clang/lib/Basic/Targets/ARM.cpp
clang/test/Driver/arm-cortex-cpus.c
clang/test/Preprocessor/arm-target-features.c
llvm/include/llvm/ADT/Triple.h
llvm/include/llvm/Support/ARMTargetParser.def
llvm/lib/Support/ARMTargetParser.cpp
llvm/lib/Support/Triple.cpp
llvm/lib/Target/ARM/ARM.td
llvm/lib/Target/ARM/ARMPredicates.td
llvm/unittests/Support/TargetParserTest.cpp
|