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
[NFC][analyzer][docs] Crosslink MallocChecker's ownership attributes (#121939)
[llvm-project.git]
/
lldb
/
unittests
/
Process
/
Linux
/
CMakeLists.txt
blob
9d91dd58cd7053f2ad43d0e9c0efab29e8aa58f3
1
add_lldb_unittest(ProcessLinuxTests
2
PerfTests.cpp
3
ProcfsTests.cpp
4
5
LINK_LIBS
6
lldbPluginProcessLinux
7
)
8
9
target_include_directories(ProcessLinuxTests PRIVATE
10
${LLDB_SOURCE_DIR}/source/Plugins/Process/Linux)