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 1b9805c commit b616a99Copy full SHA for b616a99
lld/MachO/SyntheticSections.cpp
@@ -2084,7 +2084,7 @@ void ObjCMethListSection::writeTo(uint8_t *bufStart) const {
2084
uint32_t writtenSize = writeRelativeMethodList(isec, buf);
2085
buf += writtenSize;
2086
}
2087
- assert(buf - bufStart == sectionSize &&
+ assert(buf - bufStart == long(sectionSize) &&
2088
"Written size does not match expected section size");
2089
2090
0 commit comments