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
[libc++][NFC] Remove trailing whitespace from release notes
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
Platform
/
MacOSX
/
objcxx
/
CMakeLists.txt
blob
7d094a5865c43e9a5e0e121d5348b1461683a59f
1
remove_module_flags()
2
include_directories(.)
3
4
add_lldb_library(lldbPluginPlatformMacOSXObjCXX
5
PlatformiOSSimulatorCoreSimulatorSupport.mm
6
7
LINK_LIBS
8
lldbCore
9
lldbSymbol
10
lldbTarget
11
lldbUtility
12
${EXTRA_LIBS}
13
14
LINK_COMPONENTS
15
Object
16
Support
17
)
18
19
20
target_compile_options(lldbPluginPlatformMacOSXObjCXX PRIVATE -fno-objc-exceptions)