[PATCH] D20414: IR: Allow multiple global metadata attachments with the same type.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Wed May 18 22:41:05 PDT 2016
pcc created this revision.
pcc added reviewers: aprantl, dexonsmith, dblaikie.
pcc added a subscriber: llvm-commits.
This will be necessary to allow the global merge pass to attach
multiple debug info metdata nodes to global variables once we reverse
the edge from DIGlobalVariable to GlobalVariable.
http://reviews.llvm.org/D20414
Files:
include/llvm/IR/GlobalObject.h
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/ValueEnumerator.cpp
lib/IR/LLVMContextImpl.h
lib/IR/Metadata.cpp
lib/IR/Verifier.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/ValueMapper.cpp
test/Assembler/metadata.ll
test/Verifier/metadata-function-dbg.ll
unittests/IR/MetadataTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20414.57736.patch
Type: text/x-patch
Size: 14016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160519/531e8137/attachment.bin>
More information about the llvm-commits
mailing list