This revision was automatically updated to reflect the committed changes.
Closed by commit rL260533: [ARM] Add command-line options for ARMv8.2-A
(authored by olista01).
Changed prior to commit:
http://reviews.llvm.org/D15040?vs=41302&id=47650#toc
Repository:
rL LLVM
http://reviews.llvm.org
t.p.northover accepted this revision.
t.p.northover added a comment.
This revision is now accepted and ready to land.
Looks reasonable to me now.
Tim.
http://reviews.llvm.org/D15040
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lis
olista01 added a comment.
Ping?
http://reviews.llvm.org/D15040
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
olista01 added a comment.
Ping?
http://reviews.llvm.org/D15040
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
olista01 added a comment.
Ping?
http://reviews.llvm.org/D15040
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
olista01 added a reviewer: rengolin.
olista01 added a comment.
Ping?
http://reviews.llvm.org/D15040
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
olista01 removed rL LLVM as the repository for this revision.
olista01 updated this revision to Diff 41302.
olista01 added a comment.
Removed obsolete logic for setting subtarget features, and fixed up v8.1-A
tests to match.
Also added a missing test for predefined macros.
http://reviews.llvm.
bsmith added a subscriber: bsmith.
Comment at: lib/Driver/Tools.cpp:868-876
@@ -867,4 +867,11 @@
- if (Triple.getSubArch() == llvm::Triple::SubArchType::ARMSubArch_v8_1a) {
+ switch (Triple.getSubArch()) {
+ case llvm::Triple::SubArchType::ARMSubArch_v8_1a:
Features.inse