[PATCH] D23132: Add a new BitcodeSymbolTable abstraction for bitcode files, and migrate IRObjectFile, llvm-nm, and LTO to use it
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 13:33:07 PDT 2016
mehdi_amini updated this revision to Diff 66704.
mehdi_amini added a comment.
Minor fix: Add missing header declaration
https://reviews.llvm.org/D23132
Files:
include/llvm/Bitcode/ReaderWriter.h
include/llvm/IR/Mangler.h
include/llvm/LTO/legacy/LTOModule.h
include/llvm/Object/BitcodeObjectFile.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/Mangler.cpp
lib/LTO/LTOCodeGenerator.cpp
lib/LTO/LTOModule.cpp
lib/Object/BitcodeObjectFile.cpp
lib/Object/CMakeLists.txt
lib/Object/SymbolicFile.cpp
test/tools/lto/hide-linkonce-odr.ll
test/tools/lto/opt-level.ll
tools/llvm-lto/llvm-lto.cpp
tools/llvm-nm/llvm-nm.cpp
tools/lto/lto.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23132.66704.patch
Type: text/x-patch
Size: 88303 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160803/d1f9ad5a/attachment-0001.bin>
More information about the llvm-commits
mailing list