[CMake] Remove lldbPluginSymbolVendorMacOSX to fix CMake build

This should fix check-lldb-unit on the bots.

llvm-svn: 360079
This commit is contained in:
Jonas Devlieghere 2019-05-06 21:17:50 +00:00
parent 0e971965ec
commit 60b240edb4
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ add_lldb_unittest(SymbolTests
lldbUtilityHelpers
lldbPluginObjectFileELF
lldbPluginObjectFileMachO
lldbPluginSymbolVendorMacOSX
lldbPluginSymbolFileDWARF
LLVMTestingSupport
)