We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8873a15 commit 9e70cbeCopy full SHA for 9e70cbe
lld/ELF/InputFiles.cpp
@@ -910,8 +910,6 @@ template <class ELFT> void ObjFile<ELFT>::parse(bool ignoreComdats) {
910
InputSection isec(*this, sec, name);
911
if (Error e = attributes.parse(contents, ELFT::Endianness)) {
912
Warn(ctx) << &isec << ": " << std::move(e);
913
- // uint32_t andFeatures = 0;
914
- // std::array<uint8_t, 16> aarch64PauthAbiCoreInfoStorage;
915
} else {
916
aarch64BAsubSections = extractBuildAttributesSubsections(attributes);
917
hasAArch64BuildAttributes = true;
0 commit comments