mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
0e6530ee1b
1. The TargetMachine structure is free to decide the process a particular target uses to generate code. 2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory. The Sparc.h file that is globally visible is just a stub. 3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@559 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
162 B
Makefile
7 lines
162 B
Makefile
LEVEL = ../..
|
|
TOOLNAME = llc
|
|
USEDLIBS = sparc sched select sparc target opt livevar bcreader vmcore asmwriter analysis support
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|