"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "6b4d578f5464b5e217311c2696958f4002b5b03c"
Pass code-model through Module IR to LTO which will use it.
Currently the code-model does not get saved in the module IR, so if a code model is specified when compiling with LTO, it gets lost and is not propagated properly to LTO. This patch, along with one for the front end, fixes that. Differential Revision: https://reviews.llvm.org/D52322 llvm-svn: 342760
Loading
Please register or sign in to comment