[CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.

llvm-svn: 204553
diff --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt
index 5204afc..aefb16c 100644
--- a/llvm/lib/ProfileData/CMakeLists.txt
+++ b/llvm/lib/ProfileData/CMakeLists.txt
@@ -2,7 +2,4 @@
   InstrProf.cpp
   InstrProfReader.cpp
   InstrProfWriter.cpp
-
-  LINK_LIBS
-  LLVMSupport
-)
+  )