Minor cleanup related to my latest scheduler changes.
[oota-llvm.git] / lib / Support / CMakeLists.txt
index a64a18836b328d8c951667acfcead3d3b4e6a65b..a0e997d349f99c560db69408371f08291f37c7d6 100644 (file)
@@ -22,6 +22,7 @@ add_llvm_library(LLVMSupport
   FoldingSet.cpp
   FormattedStream.cpp
   GraphWriter.cpp
+  IntEqClasses.cpp
   IntervalMap.cpp
   IsInf.cpp
   IsNAN.cpp
@@ -54,7 +55,6 @@ add_llvm_library(LLVMSupport
   regstrlcpy.c
 
 # System
-  Alarm.cpp
   Atomic.cpp
   Disassembler.cpp
   DynamicLibrary.cpp
@@ -75,7 +75,6 @@ add_llvm_library(LLVMSupport
   Threading.cpp
   TimeValue.cpp
   Valgrind.cpp
-  Unix/Alarm.inc
   Unix/Host.inc
   Unix/Memory.inc
   Unix/Mutex.inc
@@ -88,7 +87,6 @@ add_llvm_library(LLVMSupport
   Unix/system_error.inc
   Unix/ThreadLocal.inc
   Unix/TimeValue.inc
-  Windows/Alarm.inc
   Windows/DynamicLibrary.inc
   Windows/Host.inc
   Windows/Memory.inc