[PATCH] D39437: Fix a bunch of assert-on-invalid-bitcode regressions after 315483
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 30 15:30:47 PDT 2017
thakis added inline comments.
================
Comment at: lib/LTO/LTOModule.cpp:85
+ return true;
return bool(BCData);
}
----------------
...I'll come in again.
https://reviews.llvm.org/D39437
More information about the llvm-commits
mailing list