Skip to content

Commit 24f4b80

Browse files
committed
format
1 parent b46b466 commit 24f4b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lld/ELF/InputFiles.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,8 @@ handleAArch64BAAndGnuProperties(const ELFT &tPointer, Ctx &ctx, bool isBE,
726726
if (hasBA && !hasGP) {
727727
// Write missing data
728728
// We can only know when Pauth is missing.
729-
// Unlike AArch64 Build Attributes, GNU properties does not give a way to distinguish between no-value given to value of '0' given.
729+
// Unlike AArch64 Build Attributes, GNU properties does not give a way to
730+
// distinguish between no-value given to value of '0' given.
730731
if (baInfo.pauth.tagPlatform || baInfo.pauth.tagSchema) {
731732
tPointer->aarch64PauthAbiCoreInfoStorage = serializeUnsigned(
732733
baInfo.pauth.tagPlatform, baInfo.pauth.tagSchema, isBE);

0 commit comments

Comments
 (0)