| ##===- tools/llvm-ar/Makefile ------------------------------*- Makefile -*-===##
|
| # The LLVM Compiler Infrastructure
|
| # This file is distributed under the University of Illinois Open Source
|
| # License. See LICENSE.TXT for details.
|
| ##===----------------------------------------------------------------------===##
|
| LINK_COMPONENTS = archive
|
| # This tool has no plugins, optimize startup time.
|
| include $(LEVEL)/Makefile.common
|
| $(Verb) $(ToolDir)/llvm-ar zRrS nada.a .
|
| $(Verb) $(ToolDir)/llvm-ar tv nada.a | \
|
| grep Debug/llvm-ar.d >/dev/null 2>&1
|