summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CMakeLists.txt
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-11-12 03:55:46 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-11-12 03:55:46 +0000
commit79e1f9ff993c6d4eaf7a7ede20fe073f2af71645 (patch)
tree90fb001da474c994afa5655fd6addf6c52b7d044 /llvm/lib/Support/CMakeLists.txt
parent28309185b28034edc1b54c4e2a01c399f5097f28 (diff)
downloadbcm5719-llvm-79e1f9ff993c6d4eaf7a7ede20fe073f2af71645.tar.gz
bcm5719-llvm-79e1f9ff993c6d4eaf7a7ede20fe073f2af71645.zip
Merge StreamableMemoryObject into MemoryObject.
Every MemoryObject is a StreamableMemoryObject since the removal of StringRefMemoryObject, so just merge the two. I will clean up the MemoryObject interface in the upcoming commits. llvm-svn: 221766
Diffstat (limited to 'llvm/lib/Support/CMakeLists.txt')
-rw-r--r--llvm/lib/Support/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt
index 794372d172c..fa62591191d 100644
--- a/llvm/lib/Support/CMakeLists.txt
+++ b/llvm/lib/Support/CMakeLists.txt
@@ -80,7 +80,7 @@ add_llvm_library(LLVMSupport
SourceMgr.cpp
SpecialCaseList.cpp
Statistic.cpp
- StreamableMemoryObject.cpp
+ StreamingMemoryObject.cpp
StringExtras.cpp
StringMap.cpp
StringPool.cpp
OpenPOWER on IntegriCloud