[all-commits] [llvm/llvm-project] c00ef0: [BitstreamReader] Handle errors more gracefully
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Feb 4 08:25:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c00ef03d73773d015d4a19f9d0bdcb38dd1bf5e0
https://github.com/llvm/llvm-project/commit/c00ef03d73773d015d4a19f9d0bdcb38dd1bf5e0
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M llvm/include/llvm/Bitstream/BitCodes.h
M llvm/lib/Bitstream/Reader/BitstreamReader.cpp
M llvm/test/Bitcode/invalid.test
Log Message:
-----------
[BitstreamReader] Handle errors more gracefully
Use proper error reporting instead of report_fatal_error().
More information about the All-commits
mailing list