X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FSupport%2FCMakeLists.txt;h=582383658531730ea45815465c45b741414472ef;hb=627190ed78c9c2752dfe7be6ea426690863d54e4;hp=fbc38183bcc970b02eb6d498182a8d7e8a4a6383;hpb=4b5c3f6094bb59ba00e55c323e41e7a9b6bd26a2;p=oota-llvm.git diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index fbc38183bcc..58238365853 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -48,6 +48,7 @@ add_llvm_library(LLVMSupport StringMap.cpp StringPool.cpp StringRef.cpp + StringRefMemoryObject.cpp SystemUtils.cpp Timer.cpp ToolOutputFile.cpp @@ -73,7 +74,6 @@ add_llvm_library(LLVMSupport Memory.cpp Mutex.cpp Path.cpp - PathV2.cpp Process.cpp Program.cpp RWMutex.cpp @@ -90,7 +90,6 @@ add_llvm_library(LLVMSupport Unix/Memory.inc Unix/Mutex.inc Unix/Path.inc - Unix/PathV2.inc Unix/Process.inc Unix/Program.inc Unix/RWMutex.inc @@ -104,7 +103,6 @@ add_llvm_library(LLVMSupport Windows/Memory.inc Windows/Mutex.inc Windows/Path.inc - Windows/PathV2.inc Windows/Process.inc Windows/Program.inc Windows/RWMutex.inc