Skip to content

Commit 797ad11

Browse files
committed
- Add new line at end of file (NFC)
- Restore comment with mention of ADDENDA32
1 parent 36f22d2 commit 797ad11

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

llvm/include/llvm/Support/AArch64BuildAttributes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ enum FeatureAndBitsFlag : unsigned {
7272
} // namespace AArch64BuildAttributes
7373
} // namespace llvm
7474

75-
#endif // LLVM_SUPPORT_AARCH64BUILDATTRIBUTES_H
75+
#endif // LLVM_SUPPORT_AARCH64BUILDATTRIBUTES_H

llvm/lib/Support/ELFAttrParserCompact.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ Error ELFCompactAttrParser::parseSubsection(uint32_t length) {
131131
}
132132

133133
// Handle a subsection with an unrecognized vendor-name by skipping
134-
// over it to the next subsection. vendor attribute sections must not
135-
// affect compatibility, so this should always be safe.
134+
// over it to the next subsection. ADDENDA32 in the Arm ABI defines
135+
// that vendor attribute sections must not affect compatibility, so
136+
// this should always be safe.
136137
if (vendorName.lower() != vendor) {
137138
cursor.seek(end);
138139
return Error::success();

0 commit comments

Comments
 (0)