Skip to content

Commit 98dc05f

Browse files
committed
remove unused include, s/dispatcher/loader/
1 parent 1470bdf commit 98dc05f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lld/ELF/Config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
#include "llvm/Support/CodeGen.h"
2525
#include "llvm/Support/Compiler.h"
2626
#include "llvm/Support/Compression.h"
27-
#include "llvm/Support/ELFAttributes.h"
2827
#include "llvm/Support/Endian.h"
2928
#include "llvm/Support/FileSystem.h"
3029
#include "llvm/Support/GlobPattern.h"

lld/ELF/InputFiles.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
706706
// Driver.cpp::readSecurityNotes. This ensures that AArch64 build
707707
// attributes are represented in the linked object file as GNU properties,
708708
// which are already supported by the Linux kernel and the dynamic
709-
// dispatcher.
709+
// loader.
710710
if (sec.sh_type == SHT_AARCH64_ATTRIBUTES) {
711711
StringRef name = check(obj.getSectionName(sec, shstrtab));
712712
ArrayRef<uint8_t> contents = check(obj.getSectionContents(sec));

0 commit comments

Comments
 (0)