[PATCH] D39761: [Support] Make llvm::Error faster
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 18:36:24 PST 2017
ruiu added inline comments.
================
Comment at: llvm/include/llvm/Support/Error.h:640
+ LLVM_ATTRIBUTE_NOINLINE
+ void fatalUncheckedExpected() const {
+ dbgs() << "Expected<T> must be checked before access or destruction.\n";
----------------
Maybe you should move this to a .cpp file as well?
https://reviews.llvm.org/D39761
More information about the llvm-commits
mailing list