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
[flang] Fix length handling in character kind implicit conversion (#74586)
[llvm-project.git]
/
lldb
/
unittests
/
ObjectFile
/
ELF
/
CMakeLists.txt
blob
68a78bab543c16b4670d33d508f4f4aae08fea4a
1
add_lldb_unittest(ObjectFileELFTests
2
TestObjectFileELF.cpp
3
4
LINK_LIBS
5
lldbPluginObjectFileELF
6
lldbPluginSymbolFileSymtab
7
lldbCore
8
lldbUtilityHelpers
9
LLVMTestingSupport
10
)
11
12
set(test_inputs
13
early-section-headers.so
14
liboffset-test.so
15
offset-test.bin
16
)
17
add_unittest_inputs(ObjectFileELFTests "${test_inputs}")