summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/CMakeLists.txt
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2016-03-14 21:05:56 +0000
committerTeresa Johnson <tejohnson@google.com>2016-03-14 21:05:56 +0000
commit892920b358665ee87a654f06c08af0aeaaeff70f (patch)
tree0e8d1646ba1e1f22428d9dfcdf119ab04cc7d81c /llvm/lib/Object/CMakeLists.txt
parent71b5a81e7724b8ff06da9272906a056c55193b9f (diff)
downloadbcm5719-llvm-892920b358665ee87a654f06c08af0aeaaeff70f.tar.gz
bcm5719-llvm-892920b358665ee87a654f06c08af0aeaaeff70f.zip
[ThinLTO] Renaming of function index to module summary index (NFC)
With the changes in r263275, there are now more than just functions in the summary. Completed the renaming of data structures (started in r263275) to reflect the wider scope. In particular, changed the FunctionIndex* data structures to ModuleIndex*, and renamed related variables and comments. Also renamed the files to reflect the changes. A companion clang patch will immediately succeed this patch to reflect this renaming. llvm-svn: 263490
Diffstat (limited to 'llvm/lib/Object/CMakeLists.txt')
-rw-r--r--llvm/lib/Object/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt
index 7993e751ec3..0a37cc360fe 100644
--- a/llvm/lib/Object/CMakeLists.txt
+++ b/llvm/lib/Object/CMakeLists.txt
@@ -9,12 +9,12 @@ add_llvm_library(LLVMObject
IRObjectFile.cpp
MachOObjectFile.cpp
MachOUniversal.cpp
+ ModuleSummaryIndexObjectFile.cpp
Object.cpp
ObjectFile.cpp
RecordStreamer.cpp
SymbolicFile.cpp
SymbolSize.cpp
- FunctionIndexObjectFile.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/Object
OpenPOWER on IntegriCloud