| Index: tools/pnacl-abicheck/Makefile
|
| diff --git a/tools/llc/Makefile b/tools/pnacl-abicheck/Makefile
|
| similarity index 71%
|
| copy from tools/llc/Makefile
|
| copy to tools/pnacl-abicheck/Makefile
|
| index b32d5575d53ec2827a25acea2d1294785fce14a5..bd98690dd1847c8132a5205420415faa6510598c 100644
|
| --- a/tools/llc/Makefile
|
| +++ b/tools/pnacl-abicheck/Makefile
|
| @@ -1,4 +1,4 @@
|
| -#===- tools/llc/Makefile -----------------------------------*- Makefile -*-===##
|
| +#===- tools/pnacl-abicheck/Makefile ------------------------*- Makefile -*-===##
|
| #
|
| # The LLVM Compiler Infrastructure
|
| #
|
| @@ -8,8 +8,9 @@
|
| ##===----------------------------------------------------------------------===##
|
|
|
| LEVEL := ../..
|
| -TOOLNAME := llc
|
| -LINK_COMPONENTS := all-targets bitreader asmparser
|
| +TOOLNAME := pnacl-abicheck
|
| +LINK_COMPONENTS := bitreader asmparser
|
|
|
| include $(LEVEL)/Makefile.common
|
|
|
| +
|
|
|