[clang] [lld] [llvm] [lld][WebAssembly] WASIP3 and component model threading support (PR #175800)
Sam Clegg via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 17 09:04:09 PST 2026
================
@@ -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
More information about the cfe-commits
mailing list