[PATCH] D44189: [RISCV] Verify the input value of -march=

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 22 04:22:25 PDT 2018


asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.

Thanks for this Kito. A tiny formatting nit, but otherwise this looks good to me.



================
Comment at: lib/Driver/ToolChains/Arch/RISCV.cpp:70
+      while (StdExtsItr != StdExts.end() && *StdExtsItr != c)
+         ++StdExtsItr;
+
----------------
Indent should be 2 spaces rather than 3.


Repository:
  rC Clang

https://reviews.llvm.org/D44189





More information about the cfe-commits mailing list