[llvm-commits] [llvm] r101976 - /llvm/trunk/lib/CodeGen/CMakeLists.txt
Dan Gohman
gohman at apple.com
Tue Apr 20 18:32:29 PDT 2010
Author: djg
Date: Tue Apr 20 20:32:29 2010
New Revision: 101976
URL: http://llvm.org/viewvc/llvm-project?rev=101976&view=rev
Log:
Update CMakeLists.txt.
Modified:
llvm/trunk/lib/CodeGen/CMakeLists.txt
Modified: llvm/trunk/lib/CodeGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/CMakeLists.txt?rev=101976&r1=101975&r2=101976&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/CMakeLists.txt (original)
+++ llvm/trunk/lib/CodeGen/CMakeLists.txt Tue Apr 20 20:32:29 2010
@@ -1,4 +1,5 @@
add_llvm_library(LLVMCodeGen
+ Analysis.cpp
AggressiveAntiDepBreaker.cpp
BranchFolding.cpp
CalcSpillWeights.cpp
More information about the llvm-commits
mailing list