[all-commits] [llvm/llvm-project] 2dc568: Verifier: Add check for DICompositeType elements b...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Jan 17 11:18:53 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2dc5682dacab2dbb52a771746fdede0e938fc6e9
      https://github.com/llvm/llvm-project/commit/2dc5682dacab2dbb52a771746fdede0e938fc6e9
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M llvm/lib/IR/Verifier.cpp
    A llvm/test/Verifier/dicompositetype-elements-null.ll

  Log Message:
  -----------
  Verifier: Add check for DICompositeType elements being null

Came up recently with some nodebug case on codeview, that caused a null
entry in elements and crashed LLVM.

Original clang fix to avoid generating IR like this: 504dd577675e8c85cdc8525990a7c8b517a38a89



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list