X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FCMakeLists.txt;h=cf4edff632eaa2c4fe9c8c645cb07c6532ab225c;hb=b9536ac581d0d74b29c11dcb33e22200b22b86b1;hp=5ba69fc3c8c80173801973efdee2b5f09faa8b06;hpb=328027bf269bb0c108bd8533908ccb36ba11e9f0;p=oota-llvm.git diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 5ba69fc3c8c..cf4edff632e 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMSupport BranchProbability.cpp circular_raw_ostream.cpp CommandLine.cpp + Compression.cpp ConstantRange.cpp ConvertUTF.c ConvertUTFWrapper.cpp @@ -29,11 +30,13 @@ add_llvm_library(LLVMSupport IntrusiveRefCntPtr.cpp IsInf.cpp IsNAN.cpp + LineIterator.cpp Locale.cpp LockFileManager.cpp ManagedStatic.cpp MemoryBuffer.cpp MemoryObject.cpp + MD5.cpp PluginLoader.cpp PrettyStackTrace.cpp Regex.cpp @@ -46,11 +49,13 @@ add_llvm_library(LLVMSupport StringMap.cpp StringPool.cpp StringRef.cpp + StringRefMemoryObject.cpp SystemUtils.cpp Timer.cpp ToolOutputFile.cpp Triple.cpp Twine.cpp + Unicode.cpp YAMLParser.cpp YAMLTraits.cpp raw_os_ostream.cpp @@ -71,7 +76,6 @@ add_llvm_library(LLVMSupport Memory.cpp Mutex.cpp Path.cpp - PathV2.cpp Process.cpp Program.cpp RWMutex.cpp @@ -83,11 +87,11 @@ add_llvm_library(LLVMSupport Threading.cpp TimeValue.cpp Valgrind.cpp + Watchdog.cpp Unix/Host.inc Unix/Memory.inc Unix/Mutex.inc Unix/Path.inc - Unix/PathV2.inc Unix/Process.inc Unix/Program.inc Unix/RWMutex.inc @@ -95,12 +99,12 @@ add_llvm_library(LLVMSupport Unix/system_error.inc Unix/ThreadLocal.inc Unix/TimeValue.inc + Unix/Watchdog.inc Windows/DynamicLibrary.inc Windows/Host.inc Windows/Memory.inc Windows/Mutex.inc Windows/Path.inc - Windows/PathV2.inc Windows/Process.inc Windows/Program.inc Windows/RWMutex.inc @@ -108,4 +112,5 @@ add_llvm_library(LLVMSupport Windows/system_error.inc Windows/ThreadLocal.inc Windows/TimeValue.inc + Windows/Watchdog.inc )