[PATCH] D63378: [ORC] WIP Speculative compilation
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 15 08:43:52 PDT 2019
hfinkel added a comment.
Can you please update this patch with full context?
I assume that you're posting this for initial feedback, but a patch description explaining the usage model would be helpful.
================
Comment at: llvm/include/llvm/ExecutionEngine/Orc/Speculation.h:54
+ }
+ assert(0 && "Source Entities are not tracked for a Symbol?");
+ }
----------------
Don't use `assert(0 && ...`, use llvm_unreachable.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63378/new/
https://reviews.llvm.org/D63378
More information about the llvm-commits
mailing list