mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This
makes the incestuous #include'ing of sparc internal headers much less disturbing. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10729 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -23,7 +23,7 @@
|
|||||||
#include "llvm/Constants.h"
|
#include "llvm/Constants.h"
|
||||||
#include "llvm/BasicBlock.h"
|
#include "llvm/BasicBlock.h"
|
||||||
#include "llvm/DerivedTypes.h"
|
#include "llvm/DerivedTypes.h"
|
||||||
#include "../../Target/Sparc/SparcInstrSelectionSupport.h" // FIXME!
|
#include "../SparcInstrSelectionSupport.h"
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/CodeGen/InstrSelection/Makefile -----------------*- Makefile -*-===##
|
##===- Target/Sparc/InstrSelection/Makefile ----------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
@ -6,10 +6,9 @@
|
|||||||
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
# the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
#
|
#
|
||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
|
||||||
|
|
||||||
|
LEVEL = ../../../..
|
||||||
DIRS =
|
DIRS =
|
||||||
|
|
||||||
LIBRARYNAME = select
|
LIBRARYNAME = select
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
##===----------------------------------------------------------------------===##
|
##===----------------------------------------------------------------------===##
|
||||||
LEVEL = ../../..
|
LEVEL = ../../..
|
||||||
LIBRARYNAME = sparc
|
LIBRARYNAME = sparc
|
||||||
DIRS = RegAlloc
|
DIRS = InstrSelection RegAlloc
|
||||||
|
|
||||||
ExtraSource = Sparc.burm.cpp
|
ExtraSource = Sparc.burm.cpp
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user