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 964e9fe commit 2e8ec83Copy full SHA for 2e8ec83
lld/ELF/SyntheticSections.cpp
@@ -324,7 +324,6 @@ void GnuPropertySection::writeTo(uint8_t *buf) {
324
: GNU_PROPERTY_X86_FEATURE_1_AND;
325
326
unsigned offset = 16;
327
-
328
if (config->andFeatures != 0) {
329
write32(buf + offset + 0, featureAndType); // Feature type
330
write32(buf + offset + 4, 4); // Feature size
0 commit comments