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 2e997db commit ee87e10Copy full SHA for ee87e10
lld/MachO/SyntheticSections.cpp
@@ -1723,7 +1723,7 @@ void CStringSection::writeTo(uint8_t *buf) const {
1723
// `A`, but ld64 will treat them as being 16-byte aligned with an offset of
1724
// `16 % A`.
1725
static uint8_t getStringPieceAlignment(const CStringInputSection *isec,
1726
- const StringPiece &piece) {
+ const StringPiece &piece) {
1727
return llvm::countr_zero(isec->align | piece.inSecOff);
1728
}
1729
0 commit comments