mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
V8 is now a subdirectory of Sparc; adjust paths accordingly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
358e685597
commit
2ec09e713e
@ -6,11 +6,11 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../../..
|
||||
LEVEL = ../../../..
|
||||
LIBRARYNAME = sparcv8
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../Target.td
|
||||
TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../../Target.td
|
||||
TDFILE := $(SourceDir)/SparcV8.td
|
||||
|
||||
# Make sure that tblgen is run, first thing.
|
||||
|
@ -6,11 +6,11 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../../..
|
||||
LEVEL = ../../../..
|
||||
LIBRARYNAME = sparcv8
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../Target.td
|
||||
TDFILES := $(wildcard $(SourceDir)/*.td) $(SourceDir)/../../Target.td
|
||||
TDFILE := $(SourceDir)/SparcV8.td
|
||||
|
||||
# Make sure that tblgen is run, first thing.
|
||||
|
Loading…
Reference in New Issue
Block a user