diff options
Diffstat (limited to 'tools/pnacl-llc/Makefile')
-rw-r--r-- | tools/pnacl-llc/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tools/pnacl-llc/Makefile b/tools/pnacl-llc/Makefile new file mode 100644 index 0000000000..ae8104eac5 --- /dev/null +++ b/tools/pnacl-llc/Makefile @@ -0,0 +1,15 @@ +#===- tools/pnacl-llc/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 := pnacl-llc +LINK_COMPONENTS := all-targets bitreader asmparser naclanalysis + +include $(LEVEL)/Makefile.common + |