[PATCH] D103966: [llvm] Add new DI Flag IsZeroSize for D101237 [[no_unique_address]]

Jan Kratochvil via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 9 08:00:08 PDT 2021


jankratochvil created this revision.
jankratochvil added a reviewer: aprantl.
jankratochvil added a project: LLVM.
Herald added a reviewer: deadalnix.
Herald added subscribers: dexonsmith, hiraditya.
jankratochvil requested review of this revision.

It is non-trivial as I have tried to reuse the `ReservedBit4` so posting as a separate patch for D101237 <https://reviews.llvm.org/D101237>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103966

Files:
  llvm/bindings/ocaml/debuginfo/debuginfo_ocaml.c
  llvm/bindings/ocaml/debuginfo/llvm_debuginfo.ml
  llvm/bindings/ocaml/debuginfo/llvm_debuginfo.mli
  llvm/include/llvm-c/DebugInfo.h
  llvm/include/llvm/IR/DebugInfoFlags.def
  llvm/lib/IR/Verifier.cpp
  llvm/test/Verifier/blockbyref.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103966.350899.patch
Type: text/x-patch
Size: 4433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210609/b0c1863d/attachment-0001.bin>


More information about the llvm-commits mailing list