We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777b5a3 commit 964efd7Copy full SHA for 964efd7
tool/rlc/src/Main.cpp
@@ -369,6 +369,9 @@ static cl::opt<bool> emitFuzzer(
369
cl::desc("emit a fuzzer."), // TODO consider passing the action name here.
370
cl::init(false),
371
cl::cat(astDumperCategory),
372
+ cl::callback([](const bool &value) {
373
+ abortSymbol.setInitialValue("abort");
374
+ }),
375
cl::callback([](const bool &value) { sanitize.setInitialValue(value); }));
376
377
cl::list<std::string> RPath("rpath", cl::desc("<rpath>"));
0 commit comments