[lld] [DRAFT][clang-format][lld] Run clang-format on lld (PR #80461)
Paul T Robinson via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 2 11:55:36 PST 2024
================
@@ -9,8 +9,8 @@
#ifndef LLD_ELF_THUNKS_H
#define LLD_ELF_THUNKS_H
-#include "llvm/ADT/SmallVector.h"
#include "Relocations.h"
+#include "llvm/ADT/SmallVector.h"
----------------
pogo59 wrote:
LLVM style has required self-contained headers for a lot longer than we've had clang-format.
https://github.com/llvm/llvm-project/pull/80461
More information about the llvm-commits
mailing list