[Mlir-commits] [mlir] [llvm][tblgen] Add `SourcePath` for `emitSourceFileHeader` (PR #65744)
Tobias Hieta
llvmlistbot at llvm.org
Mon Sep 25 03:30:26 PDT 2023
tru wrote:
No I don't think it's job's fault. I ran clang-format on this file and it's not formatted at all, so I think when we ask it to just format a patch like we do in the job, it gets a bit confused and give you a bit of non-sense formatting. This is just a limitation of not running formatting on the whole file.
Two solutions:
1) just ignore it, it looks fine in general.
2) Push a NFC commit that fixes the formatting of this file and then rebase/merge to get that commit in your branch and it should look fine.
https://github.com/llvm/llvm-project/pull/65744
More information about the Mlir-commits
mailing list