From 45349990a17397eb7bf2ca59bdf7a078ce1c97da Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Tue, 6 Jan 2026 19:07:33 +0000 Subject: [PATCH] Omit -v farg with --dump-inputs (#6885) --- src/V3Options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/V3Options.cpp b/src/V3Options.cpp index 9b55f8390..8da8c6287 100644 --- a/src/V3Options.cpp +++ b/src/V3Options.cpp @@ -1833,7 +1833,7 @@ void V3Options::parseOptsList(FileLine* fl, const string& optdir, int argc, }); DECL_OPTION("-v", CbVal, [this, &optdir](const char* valp) { V3Options::addLibraryFile(parseFileArg(optdir, valp), work()); - }); + }).notForRerun(); DECL_OPTION("-valgrind", CbCall, []() {}); // Processed only in bin/verilator shell DECL_OPTION("-verilate", OnOff, &m_verilate); DECL_OPTION("-verilate-jobs", CbVal, [this, fl](const char* valp) {