ProfileData: Introduce the InstrProfReader interface and a text reader
[oota-llvm.git] / tools / llvm-profdata / Makefile
index 9d7ad527b169a80a07984a8b378ee5c98e8aaf88..4177780d6cf80d4c58ae63e2ad7e11ef972b5e45 100644 (file)
@@ -9,7 +9,7 @@
 
 LEVEL := ../..
 TOOLNAME := llvm-profdata
-LINK_COMPONENTS := core support
+LINK_COMPONENTS := core profiledata support
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS := 1