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
I am using LLVM-Tracer 6.0 ( not docker container ), and I have successfully compiled with this makefile: makefile.txt
but when I run the test-instrumented, there is no dynamic_trace.gz file that should have been generated.
here is the original file bfs.cpp and its input file: bfs&input file.zip
Are there any problems with my Makefile or sth else? I wonder why there is no 'dynamic_trace.gz' out.
Thank you very much!
The text was updated successfully, but these errors were encountered:
I have the same problem would you mind telling me if you figured out the problem?
Sorry, something went wrong.
I am having the same problem with some C programs.
I'm using the next command to compile all the -instrumented files:
make trace-binary EXEC=fileName TOP_LEVEL=runMain* SUFFIX=c
Also, I added to my Makefile.tracer the -trace-all-callees parameter.
This worked for almost 55 small benchmarks but it failed for 18 of them, so I don't really know whats wrong with it.
Did someone solve it?
*runMain() is a function that does whatever the main() had to do.
No branches or pull requests
I am using LLVM-Tracer 6.0 ( not docker container ), and I have successfully compiled with this makefile:
makefile.txt
but when I run the test-instrumented, there is no dynamic_trace.gz file that should have been generated.
here is the original file bfs.cpp and its input file:
bfs&input file.zip
Are there any problems with my Makefile or sth else? I wonder why there is no 'dynamic_trace.gz' out.
Thank you very much!
The text was updated successfully, but these errors were encountered: