[lld] [LLD] Merge .hexagon.attributes sections (PR #148098)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 13 12:05:15 PDT 2025
================
@@ -7,11 +7,19 @@
//===----------------------------------------------------------------------===//
#include "InputFiles.h"
+#include "OutputSections.h"
#include "Symbols.h"
#include "SyntheticSections.h"
#include "Target.h"
+#include "Thunks.h"
----------------
MaskRay wrote:
IIUC this change doesn't use Thunks.h, therefore should not add this include in this patch.
https://github.com/llvm/llvm-project/pull/148098
More information about the llvm-commits
mailing list