Author: nicholas
Date: Fri Apr 15 13:02:26 2011
New Revision: 129584

URL: http://llvm.org/viewvc/llvm-project?rev=129584&view=rev
Log:
Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we never
did. Delete it.

Removed:
    cfe/trunk/runtime/libcxx/
Modified:
    cfe/trunk/runtime/CMakeLists.txt

Modified: cfe/trunk/runtime/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/CMakeLists.txt?rev=129584&r1=129583&r2=129584&view=diff
==============================================================================
--- cfe/trunk/runtime/CMakeLists.txt (original)
+++ cfe/trunk/runtime/CMakeLists.txt Fri Apr 15 13:02:26 2011
@@ -2,7 +2,6 @@
 
 set(known_subdirs
   "compiler-rt"
-  "libcxx"
   )
 
 foreach (dir ${known_subdirs})


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to