mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-29 10:32:47 +00:00
Adjust paths: Sparc/V8 --> SparcV8
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18737 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8fe429d0c2
commit
57600548c7
@ -1,4 +1,4 @@
|
||||
##===- lib/Target/Sparc/V8/Makefile ------------------------*- Makefile -*-===##
|
||||
##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
@ -6,7 +6,7 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../../../..
|
||||
LEVEL = ../../..
|
||||
LIBRARYNAME = LLVMSparcV8
|
||||
TARGET = SparcV8
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
// Target-independent interfaces which we are implementing
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "../../Target.td"
|
||||
include "../Target.td"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Register File Description
|
||||
|
@ -1,4 +1,4 @@
|
||||
##===- lib/Target/Sparc/V8/Makefile ------------------------*- Makefile -*-===##
|
||||
##===- lib/Target/SparcV8/Makefile -------------------------*- Makefile -*-===##
|
||||
#
|
||||
# The LLVM Compiler Infrastructure
|
||||
#
|
||||
@ -6,7 +6,7 @@
|
||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||
#
|
||||
##===----------------------------------------------------------------------===##
|
||||
LEVEL = ../../../..
|
||||
LEVEL = ../../..
|
||||
LIBRARYNAME = LLVMSparcV8
|
||||
TARGET = SparcV8
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
// Target-independent interfaces which we are implementing
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
include "../../Target.td"
|
||||
include "../Target.td"
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Register File Description
|
||||
|
Loading…
Reference in New Issue
Block a user