We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This testcase is eliminated:
$ llvmg++ -O3 ehtest.cc -c -o - | & llvm-dis
The text was updated successfully, but these errors were encountered:
assigned to @lattner
Sorry, something went wrong.
This is now fixed. It turned out to be the difference between DECL_INLINE and DECL_DECLARED_INLINE_P. Geeze.
fix for host-side memory leak llvm#397
d453844
Change-Id: Ia0d599e5900b6e087831f3045d8109e4871fbc33
e46c943
lattner
No branches or pull requests
Extended Description
This testcase is eliminated:
---- foo.c ----
int main() {
return 10;
}
$ llvmg++ -O3 ehtest.cc -c -o - | & llvm-dis
The text was updated successfully, but these errors were encountered: