[PATCH] D63779: [llvm-objdump] Warn if no user specified sections (-j) are found.

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 27 21:48:54 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/tools/llvm-objdump/llvm-objdump.cpp:448
+  // Warn only if no section in FilterSections is matched.
+  for (auto S : MissingSections)
+    warn("section '" + S + "' mentioned in a -j/--section option, but not "
----------------
Nit: `auto -> StringRef`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63779





More information about the llvm-commits mailing list