Skip to content
Snippets Groups Projects
Commit ed9d5a1e authored by Ben Gamari's avatar Ben Gamari
Browse files

rts/linker: Replace some ASSERTs with CHECK

In the past some people have confused ASSERT, which is for checking
internal invariants, which CHECK, which should be used when checking
things that might fail due to bad input (and therefore should be enabled
even in the release compiler). Change some of these cases in the linker
to use CHECK.
parent 82f4c913
No related branches found
No related tags found
No related merge requests found
Pipeline #27820 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment