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,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
lldb
/
unittests
/
Process
/
minidump
/
CMakeLists.txt
blob
ad5f18831471539448727e88ed84a50865cc7cda
1
add_lldb_unittest(LLDBMinidumpTests
2
MinidumpParserTest.cpp
3
RegisterContextMinidumpTest.cpp
4
5
LINK_LIBS
6
lldbCore
7
lldbHost
8
lldbTarget
9
lldbPluginProcessUtility
10
lldbPluginProcessMinidump
11
lldbUtilityHelpers
12
LLVMTestingSupport
13
LINK_COMPONENTS
14
ObjectYAML
15
Support
16
)
17
18
set(test_inputs
19
fizzbuzz_no_heap.dmp
20
fizzbuzz_wow64.dmp
21
linux-x86_64.dmp
22
regions-memlist64.dmp
23
)
24
25
add_unittest_inputs(LLDBMinidumpTests "${test_inputs}")