[PATCH] D21052: IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 16:50:16 PDT 2016


pcc updated this revision to Diff 60780.
pcc marked an inline comment as done.
pcc added a comment.

- Forbid !dbg and !prof attachments on declarations
- Add PR references


http://reviews.llvm.org/D21052

Files:
  docs/BitCodeFormat.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/Bitcode/Writer/ValueEnumerator.cpp
  lib/Bitcode/Writer/ValueEnumerator.h
  lib/IR/AsmWriter.cpp
  lib/IR/Verifier.cpp
  test/Assembler/metadata-decl.ll
  test/Assembler/metadata.ll
  test/Verifier/metadata-function-dbg.ll
  test/Verifier/metadata-function-prof.ll
  tools/llvm-dis/llvm-dis.cpp
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21052.60780.patch
Type: text/x-patch
Size: 18947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160614/072903f7/attachment.bin>


More information about the llvm-commits mailing list