]> granicus.if.org Git - clang/commit
Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is...
authorDavid Chisnall <csdavec@swan.ac.uk>
Mon, 28 Feb 2011 17:11:43 +0000 (17:11 +0000)
committerDavid Chisnall <csdavec@swan.ac.uk>
Mon, 28 Feb 2011 17:11:43 +0000 (17:11 +0000)
commite6533ffc680e84cd193b4ea0d81548e251cb1f2f
tree71b9eecc18e5b80fd8f527a7f5bba27912afa87c
parentb166e4acfd17acb2384b46fadb8678f7cce3f672
Make -fobjc-nonfragile-abi and -fgnu-runtime imply -fblocks (unless -fno-blocks is specified), because this combination of flags defines an Objective-C runtime that includes a blocks runtime.

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