Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Driver: Objective-C should respect -fno-exceptions" | David Majnemer | 2014-12-09 | 1 | -0/+19 |
| | | | | | | | | This reverts commit r223455. It's been succesfully argued that -fexceptions (at the driver level) is a misnomer and has little to do with -fobjc-exceptions. llvm-svn: 223723 | ||||
* | Driver: Objective-C should respect -fno-exceptions | David Majnemer | 2014-12-05 | 1 | -19/+0 |
| | | | | | | | | | | | | Clang attempted to replicate a GCC bug: -fobjc-exceptions forces -fexceptions to be enabled. However, this has unintended effects and other awkard side effects that Clang doesn't "correctly" ape (e.g. it's impossible to turn off C++ exceptions in ObjC++ mode). Instead, -f[no]objc-exceptions and -f[no]cxx-exceptions now have an identical relationship with -f[no]exceptions. llvm-svn: 223455 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
| | | | | llvm-svn: 148582 | ||||
* | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148141 | ||||
* | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 148138 | ||||
* | Driver/Obj-C: Be compatible with GCC behavior in that -fno-exceptions *does not* | Daniel Dunbar | 2011-03-17 | 1 | -0/+19 |
disable Obj-C exceptions. llvm-svn: 127836 |