"clang/test/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "8c5e6fa6575a57765248c158ddf88e4e383afd88"
Set default entry point to .text if no entry point is found.
Previously, if a symbol specified by -e or ENTRY() is not found, we didn't set entry point address. That is incompatible with GNU because GNU linkers set the first address of .text to entry. This patch implement that behavior. llvm-svn: 287836
Loading
Please register or sign in to comment