[PATCH] D63518: BitStream reader: propagate errors
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 24 21:44:23 PDT 2019
jfb added a comment.
I did a build of all LLVM monorepo projects, and only LLVM / clang / clang-tools-extra are impacted. I therefore ran tests as follows, and they all pass:
rm -rf debug ; mkdir debug && (cd debug && cmake -G Ninja ../llvm -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Debug -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra" && ninja check-all )
I haven't run `clang-format` yet so ignore formatting. Otherwise, this patch is ready for review and getting committed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63518/new/
https://reviews.llvm.org/D63518
More information about the cfe-commits
mailing list