[PATCH] D43609: [bugpoint] Add option categories.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 16:09:46 PST 2018


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

LGTM with declarations moved into a header.



================
Comment at: tools/bugpoint/ExtractFunction.cpp:44
 
+extern cl::OptionCategory MiscDebuggerOptions;
+
----------------
Can you put this declaration into a header?


================
Comment at: tools/bugpoint/ToolRunner.cpp:29
 
+extern cl::OptionCategory ExecutionOptions;
+
----------------
Can you put this declaration into a header?


Repository:
  rL LLVM

https://reviews.llvm.org/D43609





More information about the llvm-commits mailing list