Unverified Commit ef6d1871 authored by spupyrev's avatar spupyrev Committed by GitHub
Browse files

[ELF] Fix assertion in cdsort (#71708)

It seems that some functions (.text.unlikely.xxx) may have zero size,
which
makes some builds with enabled assertions fail. Removing the assertion
and
extending one test to fix the build.
The sorting can process such zero-sized functions so no changes there
are needed
parent 76947e04
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment