-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set error message for where to report bugs #11602
Conversation
uh, that's a lot of commits? 😮 |
(otherwise LGTM - just need to clean up whatever happened in git - thanks for doing this!) |
I don't know why I keep doing this ... I git pull main && git branch && git checkout && git commit && gh pr create ... I should just explicitly have a git fetch gh && git rebase gh/main in there too. |
Avoids recommending filing bugs with LLVM project for IREE project tooling.
if you pull main while on main then it should rebase for you - maybe you're issuing your git pull main while on another branch?
|
tools/iree-opt-main.cc
Outdated
|
||
int main(int argc, char **argv) { return ireeOptRunMain(argc, argv); } | ||
int main(int argc, char **argv) { | ||
llvm::setBugReportMsg( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this calls the method in IREEOptToolEntryPoint.cpp so it shouldn't be needed here
This reverts commit 17ec7ab.
This reverts commit 17ec7ab.
Avoids recommending filing bugs with LLVM project for IREE project tooling.