[lld] [lld][WebAssembly] clang-format lld/wasm files. NFC (PR #181871)
Heejin Ahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 17 11:13:04 PST 2026
================
@@ -125,7 +125,7 @@ inline bool operator==(const ImportKey<T> &lhs, const ImportKey<T> &rhs) {
lhs.importName == rhs.importName && lhs.type == rhs.type;
}
-} // namespace wasm::lld
+} // namespace lld::wasm
----------------
aheejin wrote:
clang-format fixes these kind of things? Neat..
https://github.com/llvm/llvm-project/pull/181871
More information about the llvm-commits
mailing list