[PATCH] D66405: [llvm-ifs] llvm Interface Stubs merging + object file generation tool.
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 13:21:34 PDT 2019
compnerd added inline comments.
================
Comment at: llvm/tools/llvm-ifs/llvm-ifs.cpp:260
+ Stub.NeededLibs != TargetStub->NeededLibs) {
+ WithColor::error() << "Interface Stub Input Mismatch.\n";
+ return -1;
----------------
Probably should diagnose the actual mismatch so that its obvious why it doesn't match.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66405/new/
https://reviews.llvm.org/D66405
More information about the llvm-commits
mailing list