Use the simpler sys::fs:;exists. NFC.
[oota-llvm.git] / tools / llvm-cov / Makefile
index 63696905f1d95045006251c5eb1f99cce71f3748..6e32b4d233d7ec885331e483690e5618fb795bab 100644 (file)
@@ -1,4 +1,4 @@
-##===- tools/llvm-gcov/Makefile ----------------------------*- Makefile -*-===##
+##===- tools/llvm-cov/Makefile -----------------------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -7,12 +7,11 @@
 # 
 ##===----------------------------------------------------------------------===##
 
-LEVEL = ../..
-
-TOOLNAME = llvm-cov
-LINK_COMPONENTS := instrumentation
+LEVEL := ../..
+TOOLNAME := llvm-cov
+LINK_COMPONENTS := core support profiledata object
 
 # This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
+TOOL_NO_EXPORTS := 1
 
 include $(LEVEL)/Makefile.common