forked from OSchip/llvm-project
Initial makefile for the LLVM Compiler Driver.
llvm-svn: 15608
This commit is contained in:
parent
89ff1de384
commit
e70c43de89
|
@ -0,0 +1,13 @@
|
|||
##===- tools/llvmc/Makefile --------------------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
# This file was developed by the LLVM research group and is distributed under
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../..
|
||||
TOOLNAME = llvmc
|
||||
USEDLIBS = asmparser bcreader bcwriter vmcore support.a
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
Loading…
Reference in New Issue