llvm/bolt/merge-fdata/Makefile
Maksim Panchenko ff68b34553 Tool to merge .fdata files.
Summary:
merge-fdata tool takes multiple .fdata files and outputs to stdout
combined fdata. Takes about 2 seconds per each additional .fdata
file with hhvm production data.

(cherry picked from FBD3216430)
2016-04-08 12:18:06 -07:00

20 lines
523 B
Makefile

##===- tools/lli/Makefile ------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL := ../../..
TOOLNAME := merge-fdata
include $(LEVEL)/Makefile.config
LINK_COMPONENTS := support
SOURCES := merge-fdata.cpp ../DataReader.cpp
include $(LLVM_SRC_ROOT)/Makefile.rules