[llvm-commits] [llvm] r109598 - /llvm/trunk/lib/Support/CMakeLists.txt

Douglas Gregor dgregor at apple.com
Wed Jul 28 10:17:46 PDT 2010


Author: dgregor
Date: Wed Jul 28 12:17:46 2010
New Revision: 109598

URL: http://llvm.org/viewvc/llvm-project?rev=109598&view=rev
Log:
Unbreak my CMake build, say you'll compile for me again...

Modified:
    llvm/trunk/lib/Support/CMakeLists.txt

Modified: llvm/trunk/lib/Support/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/CMakeLists.txt?rev=109598&r1=109597&r2=109598&view=diff
==============================================================================
--- llvm/trunk/lib/Support/CMakeLists.txt (original)
+++ llvm/trunk/lib/Support/CMakeLists.txt Wed Jul 28 12:17:46 2010
@@ -6,6 +6,7 @@
   circular_raw_ostream.cpp
   CommandLine.cpp
   ConstantRange.cpp
+  CrashRecoveryContext.cpp
   Debug.cpp
   DeltaAlgorithm.cpp
   DAGDeltaAlgorithm.cpp





More information about the llvm-commits mailing list