X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-bcanalyzer%2FMakefile;h=488387d5da24b204ec445a9609f903af6851740f;hb=adf01b3f18442ae8db6b8948e70d82d9df415119;hp=b5747cf9f4f087268e7f614755921102d4f3ec29;hpb=44dadffe4bd58ab32961ca5fe537e8ba69c09243;p=oota-llvm.git diff --git a/tools/llvm-bcanalyzer/Makefile b/tools/llvm-bcanalyzer/Makefile index b5747cf9f4f..488387d5da2 100644 --- a/tools/llvm-bcanalyzer/Makefile +++ b/tools/llvm-bcanalyzer/Makefile @@ -2,14 +2,16 @@ # # The LLVM Compiler Infrastructure # -# This file was developed by Reid Spencer and is distributed under the -# University of Illinois Open Source License. See LICENSE.TXT for details. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. TOOLNAME = llvm-bcanalyzer LINK_COMPONENTS := bitreader -REQUIRES_EH := 1 + +# This tool has no plugins, optimize startup time. +TOOL_NO_EXPORTS = 1 include $(LEVEL)/Makefile.common