summaryrefslogtreecommitdiff
path: root/llvm/test/Bitcode/Inputs/invalid-initializer.bc
AgeCommit message (Collapse)Author
2024-11-28[Bitcode] Verify types for aggregate initializersNikita Popov
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.