================
@@ -233,9 +242,9 @@ void wasm::Linker::ConstructJob(Compilation &C, const 
JobAction &JA,
 /// Given a base library directory, append path components to form the
 /// LTO directory.
 static std::string AppendLTOLibDir(const std::string &Dir) {
-    // The version allows the path to be keyed to the specific version of
-    // LLVM in used, as the bitcode format is not stable.
-    return Dir + "/llvm-lto/" LLVM_VERSION_STRING;
+  // The version allows the path to be keyed to the specific version of
+  // LLVM in used, as the bitcode format is not stable.
+  return Dir + "/llvm-lto/" LLVM_VERSION_STRING;
----------------
sbc100 wrote:

Maybe revert all the "formatting-only" changes to this file so that its easier 
to see which parts are part of the change which parts are just formatting?   
You can use `git clang-format origin/main` to format just the lines you touch 
and not the rest.

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

Reply via email to