[PATCH] D23039: Kill deprecated attribute API
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 16:01:46 PDT 2016
deadalnix created this revision.
deadalnix added reviewers: bkramer, echristo, mehdi_amini, void.
deadalnix added a subscriber: llvm-commits.
Herald added a subscriber: mehdi_amini.
This kill various depreacated API related to attribute :
- The deprecated C API attribute based on LLVMAttribute enum.
- The Raw attribute set format (planned to be removed in 4.0).
- The old attribute format in bytecode (planned to be remove in 4.0 as well)
https://reviews.llvm.org/D23039
Files:
include/llvm-c/Core.h
include/llvm/IR/Attributes.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/Core.cpp
test/Bitcode/highLevelStructure.3.2.ll
test/Bitcode/highLevelStructure.3.2.ll.bc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23039.66397.patch
Type: text/x-patch
Size: 21454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160801/0f758876/attachment.bin>
More information about the llvm-commits
mailing list