mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-02 18:31:54 +00:00
Re-apply r115363 and r115366 now that r115525 has removed the un-needed header
that caused the circular dependencies on Linux. Built OK for me on OSX and Linux (Ubuntu) with configure/make and CMake. Will keep an eye on the bots.... llvm-svn: 115582
This commit is contained in:
parent
be873cd53a
commit
8b1d76f9e2
@ -20,4 +20,6 @@ add_llvm_target(MSP430CodeGen
|
||||
MSP430Subtarget.cpp
|
||||
MSP430TargetMachine.cpp
|
||||
MSP430SelectionDAGInfo.cpp
|
||||
MSP430AsmPrinter.cpp
|
||||
MSP430MCInstLower.cpp
|
||||
)
|
||||
|
@ -1,8 +1,6 @@
|
||||
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
|
||||
|
||||
add_llvm_library(LLVMMSP430AsmPrinter
|
||||
MSP430AsmPrinter.cpp
|
||||
MSP430InstPrinter.cpp
|
||||
MSP430MCInstLower.cpp
|
||||
)
|
||||
add_dependencies(LLVMMSP430AsmPrinter MSP430CodeGenTable_gen)
|
@ -15,10 +15,10 @@
|
||||
#define DEBUG_TYPE "asm-printer"
|
||||
#include "MSP430.h"
|
||||
#include "MSP430InstrInfo.h"
|
||||
#include "MSP430InstPrinter.h"
|
||||
#include "MSP430MCAsmInfo.h"
|
||||
#include "MSP430MCInstLower.h"
|
||||
#include "MSP430TargetMachine.h"
|
||||
#include "InstPrinter/MSP430InstPrinter.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Module.h"
|
@ -18,7 +18,7 @@ BUILT_SOURCES = MSP430GenRegisterInfo.h.inc MSP430GenRegisterNames.inc \
|
||||
MSP430GenDAGISel.inc MSP430GenCallingConv.inc \
|
||||
MSP430GenSubtarget.inc
|
||||
|
||||
DIRS = AsmPrinter TargetInfo
|
||||
DIRS = InstPrinter TargetInfo
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user