This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
31140ade70
llvm-project
/
lldb
/
unittests
/
SymbolFile
/
CMakeLists.txt
5 lines
81 B
CMake
Raw
Normal View
History
Unescape
Escape
[unittests] Split DWARF tests out of PDB, fix standalone build Split the PDB tests into DWARF test and actual PDB tests, the latter requiring DIA SDK. Use the new LLVMConfig.cmake LLVM_ENABLE_DIA_SDK symbol to enable the PDB tests rather than relying on llvm/Config/config.h private include file that is not available when building standalone. Differential Revision: https://reviews.llvm.org/D26249 llvm-svn: 290819
2017-01-03 02:20:33 +08:00
add_subdirectory
(
DWARF
)
if
(
LLVM_ENABLE_DIA_SDK
)
add_subdirectory
(
PDB
)
endif
(
)