-
Notifications
You must be signed in to change notification settings - Fork 628
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
wamrc: Add --stack-usage option #2158
Conversation
case LLVMCodeGenLevelDefault: | ||
return llvm::CodeGenOpt::Default; | ||
case LLVMCodeGenLevelAggressive: | ||
return llvm::CodeGenOpt::Aggressive; |
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.
Same as above
The original files were covered by this license: https://github.com/yamt/garbage/blob/8a556063b8f9a4fc97121058d37d0bed1252eb4a/LICENSE I'm an author of them and hereby re-license them with Apache-2.0 license.
@wenyongh i updated after your feedback. thank you. |
I am all OK with the code. I am just curious about how to use it, May I have a quick show on it? |
|
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.
LGTM
No description provided.