[llvm] r173886 - Forgot to add new file to CMakeLists
Jack Carter
jcarter at mips.com
Tue Jan 29 18:32:36 PST 2013
Author: jacksprat
Date: Tue Jan 29 20:32:36 2013
New Revision: 173886
URL: http://llvm.org/viewvc/llvm-project?rev=173886&view=rev
Log:
Forgot to add new file to CMakeLists
Modified:
llvm/trunk/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
Modified: llvm/trunk/lib/Target/Mips/MCTargetDesc/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/Mips/MCTargetDesc/CMakeLists.txt?rev=173886&r1=173885&r2=173886&view=diff
==============================================================================
--- llvm/trunk/lib/Target/Mips/MCTargetDesc/CMakeLists.txt (original)
+++ llvm/trunk/lib/Target/Mips/MCTargetDesc/CMakeLists.txt Tue Jan 29 20:32:36 2013
@@ -6,6 +6,7 @@ add_llvm_library(LLVMMipsDesc
MipsMCTargetDesc.cpp
MipsELFObjectWriter.cpp
MipsReginfo.cpp
+ MipsELFStreamer.cpp
)
add_dependencies(LLVMMipsDesc MipsCommonTableGen)
More information about the llvm-commits
mailing list