[flang-commits] [clang] [flang] [flang]Add support for -moutline-atomics and -mno-outline-atomics (PR #78755)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed Jan 31 07:17:04 PST 2024


================
@@ -672,7 +674,7 @@ void Flang::ConstructJob(Compilation &C, const JobAction &JA,
   CmdArgs.push_back(Args.MakeArgString(TripleStr));
 
   if (isa<PreprocessJobAction>(JA)) {
-      CmdArgs.push_back("-E");
+    CmdArgs.push_back("-E");
----------------
kiranchandramohan wrote:

Nit: accidental change.

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


More information about the flang-commits mailing list