File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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));
You can’t perform that action at this time.
0 commit comments