[PATCH] D133109: [LLVM][ARM] Remove options for armv2, 2A, 3 and 3M

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 03:56:38 PDT 2022


rengolin accepted this revision.
rengolin added a comment.

Agree. Even 10 years ago we made the concerted effort not to care about pre-v4, so I'd be a little surprised if people are actually using modern clang to target those platforms.

Projects that rely on it can work in the same way as gcc and pick an older version of the toolchains.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133109/new/

https://reviews.llvm.org/D133109



More information about the llvm-commits mailing list