Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd3a739d52ddb9ec2c79cc5cef1b57750f48d85d
/
.
/
llvm
/
unittests
/
DebugInfo
/
CodeView
/
CMakeLists.txt
blob: 8accd16acce988c5ada4119a2bfcac9274800df3 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
)
set(DebugInfoCodeViewSources
RandomAccessVisitorTest.cpp
)
add_llvm_unittest(DebugInfoCodeViewTests
${DebugInfoCodeViewSources}
)