[PATCH] D29938: [RISCV 16/n] Support and tests for a variety of additional LLVM IR constructs
David Majnemer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 11 10:16:55 PDT 2017
majnemer added inline comments.
================
Comment at: lib/Target/RISCV/RISCVISelLowering.cpp:158
+ } else {
+ llvm_unreachable("Unable to lowerExternalSymbol");
+ }
----------------
report_fatal_error
https://reviews.llvm.org/D29938
More information about the llvm-commits
mailing list