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
#include <stdio.h> | 2 .. (up a dir) | 3 extern void __marking_faultinject_ptr(int*); </llvm-7.0.1.src/build/bin/ | 4 a.c | 5 int main(int argc, char argv[]) { a.ll | 6 int a,b; a.out | 7 __marking_faultinject_ptr(&b); b.c | 8 for (a = 0; a < argc; a++) b.ll | 9 { bubble.c | 10 b+=a; c.ll | 11 } llvm-lit* | 12 printf("%d", b); llvm-tblgen* | 13 } opt* |~
The text was updated successfully, but these errors were encountered:
If selected variable is not initialization before faultinjection marker function call, this procedure raise an skipping bug when O2 optimization.
Sorry, something went wrong.
No branches or pull requests
#include <stdio.h>
| 2
.. (up a dir) | 3 extern void __marking_faultinject_ptr(int*);
</llvm-7.0.1.src/build/bin/ | 4
a.c | 5 int main(int argc, char argv[]) {
a.ll | 6 int a,b;
a.out | 7 __marking_faultinject_ptr(&b);
b.c | 8 for (a = 0; a < argc; a++)
b.ll | 9 {
bubble.c | 10 b+=a;
c.ll | 11 }
llvm-lit* | 12 printf("%d", b);
llvm-tblgen* | 13 }
opt* |~
The text was updated successfully, but these errors were encountered: