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

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 08:39:21 PDT 2021


deadalnix added inline comments.


================
Comment at: llvm/include/llvm-c/DebugInfo.h:34
   LLVMDIFlagAppleBlock = 1 << 3,
-  LLVMDIFlagReservedBit4 = 1 << 4,
+  LLVMDIFlagIsZeroSize = 1 << 4,
   LLVMDIFlagVirtual = 1 << 5,
----------------
If you change the C API, please make sure you add a note about it. It would also be preferable to add a test case.

Other already have asked question about the approach here, so I won't double down there.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103966



More information about the llvm-commits mailing list