MaskRay accepted this revision.
MaskRay added inline comments.

================
Comment at: clang/lib/Basic/Targets/AArch64.cpp:200
+    CodeModel = "small";
+  for (auto& c : CodeModel) {
+    c = toupper(c);
----------------
This can be simplified. I'll do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75002



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

Reply via email to