repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64] Default to SEH exception handling on MinGW
[llvm-complete.git]
/
unittests
/
Object
/
CMakeLists.txt
blob
e0be1ba2b2fd16d3b0da021a06ef06138ff1195a
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
Object
4
)
5
6
add_llvm_unittest(ObjectTests
7
MinidumpTest.cpp
8
SymbolSizeTest.cpp
9
SymbolicFileTest.cpp
10
)
11
12
target_link_libraries(ObjectTests PRIVATE LLVMTestingSupport)