Make DebugInfoMsf a dependency of DebugInfoPDBTests.

For some reason this doesn't cause linker errors with MSVC or
clang-cl, but the bots seem to be failing with other compilers.

llvm-svn: 276463
This commit is contained in:
Zachary Turner 2016-07-22 20:05:30 +00:00
parent 33b07d6725
commit 78d1c32dd6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
DebugInfoMsf
DebugInfoPDB
)