benlangmuir added inline comments.
================ Comment at: llvm/lib/MC/MCContext.cpp:62 -static cl::opt<char*> +static cl::opt<std::string> AsSecureLogFileName("as-secure-log-file-name", ---------------- Interestingly, `opt<char*>` doesn't have a parser; this code only worked with the default value before. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136888/new/ https://reviews.llvm.org/D136888 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits