]> granicus.if.org Git - clang/commit
Fix a tiny goof in the Driver's logic which caused the explicit presence
authorChandler Carruth <chandlerc@gmail.com>
Mon, 28 Feb 2011 07:25:18 +0000 (07:25 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 28 Feb 2011 07:25:18 +0000 (07:25 +0000)
commit43f220f6d74e01f2606e429810484177903a28e6
tree73acdfcfa9691e75ae8dd2747c457009677dfd04
parent3f06e274736eab9821ce0dc2bd8e166fe0e3aa7e
Fix a tiny goof in the Driver's logic which caused the explicit presence
of -fexceptions to disably C++ exceptions. The correct code was in the
ObjC branch, this just mirrors that logic on the C++ side of things.
Thanks to John Wiegley for pointing this out.

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