]> granicus.if.org Git - clang/commit
Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not*
authorDaniel Dunbar <daniel@zuster.org>
Thu, 17 Mar 2011 23:28:31 +0000 (23:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 17 Mar 2011 23:28:31 +0000 (23:28 +0000)
commitd47ea693706f7b0ffa68e879b73a71609a337786
treed5189f0568e1d31663bbbe60c6488163d8500814
parent617508fb9e33e756f51246df977251e8c8699267
Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not*
disable Obj-C exceptions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127836 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/exceptions.m [new file with mode: 0644]