From 38803482ff756eb4de00d94341e049d3f897bacb Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 23 Mar 2014 01:23:26 +0000 Subject: llvm-profdata doesn't require LLVMCore. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204552 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-profdata/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/llvm-profdata/Makefile') diff --git a/tools/llvm-profdata/Makefile b/tools/llvm-profdata/Makefile index 4177780d6c..6f8c16265f 100644 --- a/tools/llvm-profdata/Makefile +++ b/tools/llvm-profdata/Makefile @@ -9,7 +9,7 @@ LEVEL := ../.. TOOLNAME := llvm-profdata -LINK_COMPONENTS := core profiledata support +LINK_COMPONENTS := profiledata support # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 -- cgit v1.2.3