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.
Showing
- rts/Linker.c 3 additions, 5 deletionsrts/Linker.c
- rts/linker/Elf.c 21 additions, 21 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