[lld] [lld][COFF][LTO] Implement /opt:emitllvm option (PR #66964)

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 21 02:26:24 PDT 2023


================
@@ -2101,7 +2103,7 @@ void LinkerDriver::linkerMain(ArrayRef<const char *> argsArr) {
   // Handle /RELEASE
   if (args.hasArg(OPT_release))
     config->writeCheckSum = true;
-  
+
----------------
mstorsjo wrote:

Nit: Stray change

https://github.com/llvm/llvm-project/pull/66964


More information about the llvm-commits mailing list