From 9a0001aedb02ad07b3472828161d9d2794d9d410 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 15 Jul 2011 00:40:52 +0000 Subject: Major update to CMake build to reflect changes in r135219 in the backend. Moved some MCAsmInfo files down into the MCTargetDesc sublibraries, removed some (i suspect long) dead files from other parts of the CMake build, etc. Also copied the include directory hack from the Makefile. Finally, updated the lib deps. I spot checked this, and think its correct, but review appreciated there. llvm-svn: 135234 --- llvm/lib/Target/Alpha/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/Alpha') diff --git a/llvm/lib/Target/Alpha/CMakeLists.txt b/llvm/lib/Target/Alpha/CMakeLists.txt index 3cca084741e..a6027bbf0b2 100644 --- a/llvm/lib/Target/Alpha/CMakeLists.txt +++ b/llvm/lib/Target/Alpha/CMakeLists.txt @@ -15,7 +15,6 @@ add_llvm_target(AlphaCodeGen AlphaISelLowering.cpp AlphaFrameLowering.cpp AlphaLLRP.cpp - AlphaMCAsmInfo.cpp AlphaRegisterInfo.cpp AlphaSubtarget.cpp AlphaTargetMachine.cpp -- cgit v1.2.3