rename result to exit_code and test if exit_code==0 instead of >=0 to...
rename result to exit_code and test if exit_code==0 instead of >=0 to determine if the linker succeeds (clm uses r>=0 && status==0, but r is not result (now exit_code) in this function)
Showing
Please register or sign in to comment