.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.
Details
Details
- Reviewers
yota9 Amir ayermolo rafauler - Commits
- rG978f11c8e8da: [BOLT][TEST] Fix section order test
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo