[PATCH] D46907: [llvm-mca] Introduce a sequential container of Stages

Matt Davis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 16:16:44 PDT 2018


mattd added inline comments.


================
Comment at: tools/llvm-mca/llvm-mca.cpp:74
 static cl::opt<std::string>
-    ArchName("march",
-             cl::desc("Target arch to assemble for, "
-                      "see -version for available targets"),
+    ArchName("march", cl::desc("Target arch to assemble for, "
+                               "see -version for available targets"),
----------------
I know the formatting here is not related to the primary idea behind this patch, but I decided to run clang-format on the entire file.  If you prefer, I can ignore the formatting of the options here, and submit that as a NFC later.


https://reviews.llvm.org/D46907





More information about the llvm-commits mailing list