1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-27 13:30:05 +00:00

Added CodeGen, LLC, and Support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2001-07-21 12:40:37 +00:00
parent 14bc392291
commit 4e1aeca8c9

View File

@ -1,5 +1,5 @@
LEVEL = ..
DIRS = VMCore Analysis Assembly Bytecode Optimizations
DIRS = VMCore Analysis Assembly Bytecode Optimizations CodeGen LLC
include $(LEVEL)/Makefile.common