================
@@ -2436,12 +2448,13 @@ class OutOfProcessThinBackend : public CGThinBackend {
     auto &Ops = CodegenOptions;
 
     Ops.push_back(Saver.save("-O" + Twine(C.OptLevel)));
+    TargetOptions TO = C.InitTargetOptions(Triple);
 
----------------
MaskRay wrote:

no blank line here, and no blank line between `auto &Ops` and `Ops.push_back`. 
If you like, you can add one between `Ops.push_back` and `TO`

https://github.com/llvm/llvm-project/pull/179509
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to