Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / source / Host / macosx / objcxx / CMakeLists.txt
blob273999f24380e5e1ab4e46ef9a7fea3cc111324f
2 remove_module_flags()
3 include_directories(..)
5 add_lldb_library(lldbHostMacOSXObjCXX NO_PLUGIN_DEPENDENCIES
6   Host.mm
7   HostInfoMacOSX.mm
8   HostThreadMacOSX.mm
10   LINK_LIBS
11     lldbUtility
12     ${EXTRA_LIBS}
14   LINK_COMPONENTS
15     Support
16     TargetParser
17   )
19 target_compile_options(lldbHostMacOSXObjCXX PRIVATE -fno-objc-exceptions)