[libclang] Remove duplicate dependency on LLVMSupport

Differential Revision: https://reviews.llvm.org/D79451
This commit is contained in:
Jan Korous 2020-05-05 15:42:33 -07:00
parent f014972446
commit 02b303321d

View File

@ -44,7 +44,6 @@ set(LIBS
clangSema
clangSerialization
clangTooling
LLVMSupport
)
if (CLANG_ENABLE_ARCMT)