summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
72478e5)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220610
91177308-0d34-0410-b5e6-
96231b3b80d8
GlobalObject *Ret;
if (auto *F = dyn_cast<Function>(GO)) {
if (F->isMaterializable()) {
GlobalObject *Ret;
if (auto *F = dyn_cast<Function>(GO)) {
if (F->isMaterializable()) {
- if (std::error_code EC = F->materialize())
message(LDPL_FATAL, "LLVM gold plugin has failed to read a function");
}
message(LDPL_FATAL, "LLVM gold plugin has failed to read a function");
}