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
Pipeline #27820 passed with warnings
Stage: tool-lint
Stage: quick-build
Stage: lint
Stage: build
Stage: full-build
Stage: packaging
Stage: testing
Showing
- rts/Linker.c 3 additions, 5 deletionsrts/Linker.c
- rts/linker/Elf.c 18 additions, 18 deletionsrts/linker/Elf.c
- rts/linker/MachO.c 6 additions, 7 deletionsrts/linker/MachO.c
- rts/linker/PEi386.c 2 additions, 2 deletionsrts/linker/PEi386.c
- rts/linker/elf_got.c 3 additions, 3 deletionsrts/linker/elf_got.c
Loading
Please register or sign in to comment