"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "df8eee614cb8a632c7cb8fa99b420d212eb3dfb9"
Protect user-supplied runtime library functions in LTO
Add user-supplied C runtime and compiler-rt library functions to llvm.compiler.used to protect them from premature optimization by passes like -globalopt and -ipsccp. Calls to (seemingly unused) runtime library functions can be added by -instcombine and instruction lowering. Patch by Duncan Exon Smith, thanks! Fixes <rdar://problem/14740087> llvm-svn: 194514
Loading
Please register or sign in to comment