[lld] [DRAFT][clang-format][lld] Run clang-format on lld (PR #80461)
Scott Linder via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 5 15:56:12 PST 2024
================
@@ -833,7 +833,8 @@ constexpr std::pair<const char *, unsigned> typeMap[] = {
// "(TYPE=<value>)".
// Tok1 and Tok2 are next 2 tokens peeked. See comment for
// readSectionAddressType below.
-bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) {
+bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1,
+ StringRef tok2) {
----------------
slinder1 wrote:
Makes sense, and I don't want to bog down the effort so I'm happy to just drop this. If I find it compelling enough I can always try to fight for it after we get everything `clang-format` clean
https://github.com/llvm/llvm-project/pull/80461
More information about the llvm-commits
mailing list