[PATCH] D70111: [DWARF5]Addition of alignment field in the typedef for dwarf5

Djordje Todorovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 24 01:21:25 PST 2019


djtodoro added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:169
 --------------------
+* C DebugInfo API ``LLVMDIBuilderCreateTypedef`` is updated to include an extra
+argument ``AlignInBits``, to facilitate / propagate specified Alignment information
----------------
djtodoro wrote:
> It looks like this breaks the llvm-sphinx-docs build.
Fixed with the 5762648.

Please take a look into the http://lab.llvm.org:8011/console when committing changes. There you can find info about build bots failures, if any.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70111/new/

https://reviews.llvm.org/D70111





More information about the cfe-commits mailing list