repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
source
/
Host
/
macosx
/
objcxx
/
CMakeLists.txt
blob
273999f24380e5e1ab4e46ef9a7fea3cc111324f
1
2
remove_module_flags()
3
include_directories(..)
4
5
add_lldb_library(lldbHostMacOSXObjCXX NO_PLUGIN_DEPENDENCIES
6
Host.mm
7
HostInfoMacOSX.mm
8
HostThreadMacOSX.mm
9
10
LINK_LIBS
11
lldbUtility
12
${EXTRA_LIBS}
13
14
LINK_COMPONENTS
15
Support
16
TargetParser
17
)
18
19
target_compile_options(lldbHostMacOSXObjCXX PRIVATE -fno-objc-exceptions)