llvm-project/lldb/source/Host/macosx/objcxx
Jonas Devlieghere fa95e35593 [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.
2020-09-02 21:59:48 -07:00
..
CMakeLists.txt [lldb] Pass -fno-objc-exceptions for objcxx targets 2020-09-02 21:59:48 -07:00
Host.mm [lldb/Target] Add custom interpreter option to `platform shell` 2020-09-02 16:36:10 +02:00
HostInfoMacOSX.mm [lldb/ObjectFileMachO] Fetch shared cache images from our own shared cache 2020-07-16 10:37:37 -07:00
HostThreadMacOSX.mm [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
PosixSpawnResponsible.h [lldb/Host] Upstream macOS TCC code 2020-08-04 09:23:54 -07:00