ABataev added a comment.

LG with a nit.



================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:3195
+    enum ArchPtrSize { Arch16Bit, Arch32Bit, Arch64Bit };
+    auto getArchPtrSize = [](llvm::Triple &T) {
+      if (T.isArch16Bit())
----------------
`const Triple &`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88594

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to