diff options
| author | Teresa Johnson <tejohnson@google.com> | 2016-03-14 21:05:56 +0000 |
|---|---|---|
| committer | Teresa Johnson <tejohnson@google.com> | 2016-03-14 21:05:56 +0000 |
| commit | 892920b358665ee87a654f06c08af0aeaaeff70f (patch) | |
| tree | 0e8d1646ba1e1f22428d9dfcdf119ab04cc7d81c /llvm/lib/Object/CMakeLists.txt | |
| parent | 71b5a81e7724b8ff06da9272906a056c55193b9f (diff) | |
| download | bcm5719-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.txt | 2 |
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 |

