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
[AArch64][GlobalISel] Add disjoint handling for add_and_or_is_add. (#123594)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
Platform
/
FreeBSD
/
CMakeLists.txt
blob
530144592ae44f11bf9eb108df7f1f4fb266200a
1
add_lldb_library(lldbPluginPlatformFreeBSD PLUGIN
2
PlatformFreeBSD.cpp
3
4
LINK_LIBS
5
lldbBreakpoint
6
lldbCore
7
lldbHost
8
lldbTarget
9
lldbPluginPlatformPOSIX
10
11
LINK_COMPONENTS
12
TargetParser
13
)