mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
correcting makefile: incorrectly checked in wrong version earlier
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2798 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63aaa11506
commit
91e6388009
@ -1,15 +1,8 @@
|
||||
LEVEL = ../..
|
||||
TOOLNAME = opt
|
||||
|
||||
#USEDLIBS = bcreader bcwriter profpaths \
|
||||
# analysis transforms vmcore support
|
||||
|
||||
|
||||
USEDLIBS = bcreader bcwriter instrument profpaths \
|
||||
USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
||||
ipo ipa datastructure transforms target analysis transformutils vmcore support
|
||||
|
||||
#USEDLIBS = bcreader bcwriter instrument profpaths scalaropts \
|
||||
# ipo ipa datastructure transforms target analysis transformutils vmcore support
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user