forked from OSchip/llvm-project
[CMake] Remove lldbPluginSymbolVendorMacOSX to fix CMake build
This should fix check-lldb-unit on the bots. llvm-svn: 360079
This commit is contained in:
parent
0e971965ec
commit
60b240edb4
|
@ -11,7 +11,6 @@ add_lldb_unittest(SymbolTests
|
||||||
lldbUtilityHelpers
|
lldbUtilityHelpers
|
||||||
lldbPluginObjectFileELF
|
lldbPluginObjectFileELF
|
||||||
lldbPluginObjectFileMachO
|
lldbPluginObjectFileMachO
|
||||||
lldbPluginSymbolVendorMacOSX
|
|
||||||
lldbPluginSymbolFileDWARF
|
lldbPluginSymbolFileDWARF
|
||||||
LLVMTestingSupport
|
LLVMTestingSupport
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue