| commit | 14adb360a7015dae78c80cd830f6adfe5e1bcabc | [log] [tgz] |
|---|---|---|
| author | Bob Wilson <bob.wilson@apple.com> | Fri Feb 03 06:27:22 2012 +0000 |
| committer | Bob Wilson <bob.wilson@apple.com> | Fri Feb 03 06:27:22 2012 +0000 |
| tree | 3f7383a3be54f486feac4746fafd092c2a7c6538 | |
| parent | 3b1817d2f5b73a8b23a61e62825e9f0c73604dd4 [diff] |
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