X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-ar%2FMakefile;h=824bb9473000d6dd0b8a1c4a646faaa92ec531a1;hb=5779341a6d68c4f4971c4f0b0033b41f6cb10662;hp=6ee6f34942d751f8a1d00e8beaa286fa552d342d;hpb=8c39c9647da4f375e4f89bd417d86f5c3ff6dfa5;p=oota-llvm.git diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile index 6ee6f34942d..824bb947300 100644 --- a/tools/llvm-ar/Makefile +++ b/tools/llvm-ar/Makefile @@ -9,10 +9,13 @@ LEVEL := ../.. TOOLNAME := llvm-ar -LINK_COMPONENTS := archive -REQUIRES_EH := 1 +TOOLALIAS = llvm-ranlib +LINK_COMPONENTS := all-targets bitreader libdriver support object # This tool has no plugins, optimize startup time. TOOL_NO_EXPORTS := 1 include $(LEVEL)/Makefile.common + +all-local:: + $(Verb) $(AliasTool) $(notdir $(ToolBuildPath)) $(ToolDir)/llvm-lib$(EXEEXT)