[PATCH] D156861: [Driver] Remove references to Solaris 12

Rainer Orth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 3 00:51:38 PDT 2023


ro added a comment.

In D156861#4555280 <https://reviews.llvm.org/D156861#4555280>, @MaskRay wrote:

> While you are modifying the lines `static const char ...[]` should look better than `static const char *const SolarisX86Triples[]`

While this would certainly avoid the ugly formatting, it doesn't compile.  Besides, I'd rather avoid using different styles just a few lines apart.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156861



More information about the cfe-commits mailing list