diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-14 18:27:11 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-14 18:27:11 +0000 |
commit | 02bc19438f2300ce4405500dc490381a3be946db (patch) | |
tree | f1d1d17fd1a2426ef9234563a97ee20bf9f75474 | |
parent | ac3031aa09d0f20f7b067d16e20794e2857ae5dc (diff) |
fix cmake
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119053 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Alpha/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/CMakeLists.txt b/lib/Target/Alpha/CMakeLists.txt index b632b9ed4e..fdc1348b73 100644 --- a/lib/Target/Alpha/CMakeLists.txt +++ b/lib/Target/Alpha/CMakeLists.txt @@ -12,7 +12,6 @@ tablegen(AlphaGenSubtarget.inc -gen-subtarget) add_llvm_target(AlphaCodeGen AlphaBranchSelector.cpp - AlphaCodeEmitter.cpp AlphaInstrInfo.cpp AlphaISelDAGToDAG.cpp AlphaISelLowering.cpp |