mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-25 00:35:30 +00:00
Initial makefile for the LLVM Compiler Driver.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
034a544401
commit
8fd3bca957
13
tools/llvmc/Makefile
Normal file
13
tools/llvmc/Makefile
Normal file
@ -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…
x
Reference in New Issue
Block a user