[libclang] Remove duplicate dependency on LLVMSupport
authorJan Korous <jkorous@apple.com>
Tue, 5 May 2020 22:42:33 +0000 (15:42 -0700)
committerJan Korous <jkorous@apple.com>
Wed, 6 May 2020 04:31:07 +0000 (21:31 -0700)
Differential Revision: https://reviews.llvm.org/D79451

clang/tools/libclang/CMakeLists.txt

index f56771b..4f0eec9 100644 (file)
@@ -44,7 +44,6 @@ set(LIBS
   clangSema
   clangSerialization
   clangTooling
-  LLVMSupport
 )
 
 if (CLANG_ENABLE_ARCMT)