[llvm] r197602 - Revert r197600 while I sort out why it's failing on Windows.

Owen Anderson resistor at mac.com
Wed Dec 18 11:25:51 PST 2013


Author: resistor
Date: Wed Dec 18 13:25:51 2013
New Revision: 197602

URL: http://llvm.org/viewvc/llvm-project?rev=197602&view=rev
Log:
Revert r197600 while I sort out why it's failing on Windows.

Removed:
    llvm/trunk/unittests/ArchiveFileDescriptor/
Modified:
    llvm/trunk/unittests/CMakeLists.txt
    llvm/trunk/unittests/Makefile

Modified: llvm/trunk/unittests/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/CMakeLists.txt?rev=197602&r1=197601&r2=197602&view=diff
==============================================================================
--- llvm/trunk/unittests/CMakeLists.txt (original)
+++ llvm/trunk/unittests/CMakeLists.txt Wed Dec 18 13:25:51 2013
@@ -7,7 +7,6 @@ endfunction()
 
 add_subdirectory(ADT)
 add_subdirectory(Analysis)
-add_subdirectory(ArchiveFileDescriptor)
 add_subdirectory(Bitcode)
 add_subdirectory(CodeGen)
 add_subdirectory(DebugInfo)

Modified: llvm/trunk/unittests/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Makefile?rev=197602&r1=197601&r2=197602&view=diff
==============================================================================
--- llvm/trunk/unittests/Makefile (original)
+++ llvm/trunk/unittests/Makefile Wed Dec 18 13:25:51 2013
@@ -9,8 +9,8 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT Analysis ArchiveFileDescriptor Bitcode CodeGen DebugInfo \
-		ExecutionEngine IR MC Object Option Support Transforms
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+		MC Object Option Support Transforms
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list