[all-commits] [llvm/llvm-project] e732f6: [Bitcode] Report error for missing element type fo...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Mar 11 01:18:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e732f69ea1fdca2c4c0c56600e03f0d8d82e1c29
https://github.com/llvm/llvm-project/commit/e732f69ea1fdca2c4c0c56600e03f0d8d82e1c29
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-11 (Fri, 11 Mar 2022)
Changed paths:
M llvm/lib/Bitcode/Reader/BitcodeReader.cpp
A llvm/test/Bitcode/Inputs/missing-element-type-for-attribute.bc
M llvm/test/Bitcode/invalid.test
Log Message:
-----------
[Bitcode] Report error for missing element type for attr upgrade
Otherwise this is going to crash either the TypeFinder or the
Verifier.
More information about the All-commits
mailing list