[lldb] Pass -fno-objc-exceptions for objcxx targets
When compiling an Objective-C++ file, __has_feature(cxx_exceptions) will return true with -fno-exceptions but without -fno-objc-exceptions. This was causing LLVM_ENABLE_EXCEPTIONS to be defined for a subset of files.
Loading
Please sign in to comment