This is an archive of the discontinued LLVM Phabricator instance.

[BOLT][TEST] Fix section order test
ClosedPublic

Authored by maksfb on Oct 7 2022, 11:59 AM.

Details

Summary

.bss section emitted by llvm-bolt (e.g. with instrumentation) is not a
real BSS section, i.e. it takes space in the output file. Hence the
order with respect to .data is not defined. Remove .bss from the test
and fix the buildbot failure.

Diff Detail

Event Timeline

maksfb created this revision.Oct 7 2022, 11:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2022, 11:59 AM
Herald added a subscriber: treapster. · View Herald Transcript
maksfb requested review of this revision.Oct 7 2022, 11:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2022, 11:59 AM
Amir accepted this revision.Oct 7 2022, 12:58 PM
This revision is now accepted and ready to land.Oct 7 2022, 12:58 PM
This revision was automatically updated to reflect the committed changes.