the various ConstantExpr::get*Ty methods existed to work with issues around
[llvm/stm8.git] / lib / Target / MBlaze / Makefile
blob829122f7e6f631016a8e572197c6b862329b91a5
1 ##===- lib/Target/MBlaze/Makefile --------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../../..
10 LIBRARYNAME = LLVMMBlazeCodeGen
11 TARGET = MBlaze
13 # Make sure that tblgen is run, first thing.
14 BUILT_SOURCES = MBlazeGenRegisterInfo.inc MBlazeGenInstrInfo.inc \
15 MBlazeGenAsmWriter.inc \
16 MBlazeGenDAGISel.inc MBlazeGenAsmMatcher.inc \
17 MBlazeGenCodeEmitter.inc MBlazeGenCallingConv.inc \
18 MBlazeGenSubtargetInfo.inc MBlazeGenIntrinsics.inc \
19 MBlazeGenEDInfo.inc
21 DIRS = InstPrinter AsmParser Disassembler TargetInfo
23 include $(LEVEL)/Makefile.common