[PATCH] D43002: Emit S_OBJNAME symbol in CodeView

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 10:32:27 PST 2018


zturner updated this revision to Diff 133446.
zturner added a comment.

Adds tests for bitcode upgrade and assembly roundtripping (as well as the necessary fixes to make these tests pass).


https://reviews.llvm.org/D43002

Files:
  clang/include/clang/Frontend/CodeGenOptions.h
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  llvm/include/llvm/IR/DIBuilder.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/lib/IR/DebugInfo.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/test/Assembler/cu-outputfile.ll
  llvm/test/Bitcode/upgrade-cu-outputfile.ll
  llvm/test/DebugInfo/COFF/buildinfo.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43002.133446.patch
Type: text/x-patch
Size: 27176 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/0fbe29ea/attachment.bin>


More information about the llvm-commits mailing list