forked from OSchip/llvm-project
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:
parent
33b07d6725
commit
78d1c32dd6
|
@ -1,5 +1,6 @@
|
|||
set(LLVM_LINK_COMPONENTS
|
||||
DebugInfoCodeView
|
||||
DebugInfoMsf
|
||||
DebugInfoPDB
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue