[PATCH] D107024: [DIBuilder] Do not replace empty enum types

Ellis Hoag via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 20:01:44 PDT 2021


ellis created this revision.
ellis added a reviewer: aprantl.
Herald added subscribers: dexonsmith, lxfind, hiraditya.
ellis requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

It looks like this array was missed in 4276d4a8d08b7640eb57cabf6988a5cf65b228b6

Fixed tests that expected `elements` to be empty or depeneded on the order of the empty DINode.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D107024

Files:
  clang/test/CodeGen/debug-info-codeview-heapallocsite.c
  clang/test/CodeGen/debug-info-macro.c
  clang/test/CodeGenCXX/debug-info-codeview-var-templates.cpp
  clang/test/CodeGenCXX/debug-info-cxx1y.cpp
  clang/test/CodeGenCXX/debug-info-template.cpp
  clang/test/CodeGenCXX/debug-info-var-template-partial-spec.cpp
  clang/test/CodeGenCoroutines/coro-dwarf.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/constant-mir-debugify.mir
  llvm/test/CodeGen/AArch64/GlobalISel/phi-mir-debugify.mir
  llvm/test/DebugInfo/debugify.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107024.362613.patch
Type: text/x-patch
Size: 21220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210729/1815a573/attachment.bin>


More information about the llvm-commits mailing list