Sign in
android
/
platform
/
external
/
llvm_35a
/
41fb11790562745484a1aaade7377d11d970972a
/
.
/
unittests
/
DebugInfo
/
CMakeLists.txt
blob: e844e95251ab2a69930d74d3989c72227c0572be [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
DebugInfo
)
set(DebugInfoSources
DWARFFormValueTest.cpp
)
add_llvm_unittest(DebugInfoTests
${DebugInfoSources}
)