[llvm] Add option to dump IR to files instead of stderr (PR #66412)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 09:36:38 PDT 2023
================
@@ -103,6 +103,13 @@ static cl::list<std::string>
"options"),
cl::CommaSeparated, cl::Hidden);
+static cl::opt<std::string> IRDumpDirectory(
+ "ir-dump-directory",
+ llvm::cl::desc("If specified, IR printed using the "
----------------
aeubanks wrote:
`llvm::` is unnecessary
https://github.com/llvm/llvm-project/pull/66412
More information about the llvm-commits
mailing list