File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -72,4 +72,4 @@ enum FeatureAndBitsFlag : unsigned {
72
72
} // namespace AArch64BuildAttributes
73
73
} // namespace llvm
74
74
75
- #endif // LLVM_SUPPORT_AARCH64BUILDATTRIBUTES_H
75
+ #endif // LLVM_SUPPORT_AARCH64BUILDATTRIBUTES_H
Original file line number Diff line number Diff line change @@ -131,8 +131,9 @@ Error ELFCompactAttrParser::parseSubsection(uint32_t length) {
131
131
}
132
132
133
133
// 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.
136
137
if (vendorName.lower () != vendor) {
137
138
cursor.seek (end);
138
139
return Error::success ();
You can’t perform that action at this time.
0 commit comments