]> granicus.if.org Git - clang/commit
Teach the driver to pass -fexceptions in Objective-C inputs on ARM.
authorJohn McCall <rjmccall@apple.com>
Wed, 6 Oct 2010 01:40:51 +0000 (01:40 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 6 Oct 2010 01:40:51 +0000 (01:40 +0000)
commit4a1cdb5803ea0ad49ccbefb7f9ae14df9d677173
treee78ee4ee673dc91f8ca6162db6dd24a8c5347f2d
parent372e103dab4239ec52b65b9eda69fd43c0b348d4
Teach the driver to pass -fexceptions in Objective-C inputs on ARM.
I don't know when this stopped happening, but this seems to be the
right place to do it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115730 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp