Forgot to add new file to CMakeLists
authorJack Carter <jcarter@mips.com>
Wed, 30 Jan 2013 02:32:36 +0000 (02:32 +0000)
committerJack Carter <jcarter@mips.com>
Wed, 30 Jan 2013 02:32:36 +0000 (02:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173886 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MCTargetDesc/CMakeLists.txt

index f5b0cca70deabd5f7b5ce4467a5d394e8e797528..4212c94a5578a413f5279c003f75cdbec05ba3cb 100644 (file)
@@ -6,6 +6,7 @@ add_llvm_library(LLVMMipsDesc
   MipsMCTargetDesc.cpp
   MipsELFObjectWriter.cpp
   MipsReginfo.cpp
+  MipsELFStreamer.cpp
   )
 
 add_dependencies(LLVMMipsDesc MipsCommonTableGen)