[PATCH] D41931: [CodeView] Fix the type for a variadic argument

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 10 18:18:56 PST 2018


asmith created this revision.
asmith added reviewers: zturner, llvm-commits.

- MSVC uses the none type for a variadic argument in CodeView
- Implement a method to determine if a functiontype is variadic
- Add a unit test


Repository:
  rL LLVM

https://reviews.llvm.org/D41931

Files:
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  test/DebugInfo/COFF/types-cvarargs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41931.129387.patch
Type: text/x-patch
Size: 8312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180111/d528a6e7/attachment.bin>


More information about the llvm-commits mailing list