[all-commits] [llvm/llvm-project] 98204a: [Bitcode] Verify types for aggregate initializers

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Nov 28 02:22:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 98204a2e5bb754b0260175e42614c5463807beb5
      https://github.com/llvm/llvm-project/commit/98204a2e5bb754b0260175e42614c5463807beb5
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  Changed paths:
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
    A llvm/test/Bitcode/Inputs/invalid-initializer.bc
    M llvm/test/Bitcode/invalid.test

  Log Message:
  -----------
  [Bitcode] Verify types for aggregate initializers

Unfortunately all the nice error messages get lost because we
don't forward errors from lazy value materialization.

Fixes https://github.com/llvm/llvm-project/issues/117707.



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