[PATCH] D54755: [DebugInfo] IR/Bitcode changes for DISubprogram flags

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 20 08:00:13 PST 2018


probinson created this revision.
probinson added reviewers: dblaikie, aprantl.
probinson added a project: debug-info.
Herald added subscribers: dexonsmith, steven_wu, hiraditya, mehdi_amini.

Packing the flags into one bitcode word will simplify adding new flags in the future.


Repository:
  rL LLVM

https://reviews.llvm.org/D54755

Files:
  llvm/include/llvm/IR/DebugInfoFlags.def
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/test/Assembler/disubprogram.ll
  llvm/test/Assembler/invalid-disubprogram-uniqued-definition.ll
  llvm/test/Bindings/llvm-c/debug_info.ll
  llvm/test/Bitcode/DISubprogram-distinct-definitions.ll
  llvm/test/DebugInfo/Generic/invalid.ll
  llvm/test/DebugInfo/debugify.ll
  llvm/test/Linker/replaced-function-matches-first-subprogram.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54755.174773.patch
Type: text/x-patch
Size: 24589 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181120/b2868ea5/attachment.bin>


More information about the llvm-commits mailing list