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
tracepath.c 中重载了 printf,但在某些情况下,该函数不会被调用,例如 printf("\n")
tracepath.c
printf("\n")
这似乎和 GCC 与 LLVM 对 printf 的优化有关
http://www.ciselant.de/projects/gcc_printf/gcc_printf.html https://groups.google.com/forum/#!topic/llvm-dev/slE2q7yoN-4 https://gcc.gnu.org/ml/gcc-help/2009-10/msg00362.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
tracepath.c
中重载了 printf,但在某些情况下,该函数不会被调用,例如printf("\n")
这似乎和 GCC 与 LLVM 对 printf 的优化有关
http://www.ciselant.de/projects/gcc_printf/gcc_printf.html
https://groups.google.com/forum/#!topic/llvm-dev/slE2q7yoN-4
https://gcc.gnu.org/ml/gcc-help/2009-10/msg00362.html
The text was updated successfully, but these errors were encountered: