"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "104dcb348f3b6b00fb4b3c932e32bc2a0386adc7"
Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325>
That llvm change removed the -trap-func backend option, so that using -ftrap-function with clang would cause the backend to complain. Fix it by adding the trap function name to the CodeGenOptions and passing it through to the TargetOptions. llvm-svn: 149679
Loading
Please register or sign in to comment