LLVM-Tracer icon indicating copy to clipboard operation
LLVM-Tracer copied to clipboard

An LLVM pass to profile dynamic LLVM IR instructions and runtime values

Results 7 LLVM-Tracer issues
Sort by recently updated
recently updated
newest added

I am using LLVM-Tracer 6.0 ( not docker container ), and I have successfully compiled with this makefile: [makefile.txt](https://github.com/harvard-acc/LLVM-Tracer/files/10194036/makefile.txt) but when I run the test-instrumented, there is no dynamic_trace.gz file...

Hi, I am trying to run some benchmarks with LLVM-Tracer. They use the header file "ap_int.h" and it seems that it is causing a problem when generating the labelmap and...

Hi, I tried to run example in `playground`. Before I ran the example, I built LLVM Tracer by following the steps in README.md ![圖片](https://user-images.githubusercontent.com/40784675/151177921-1ac554f6-6c45-4748-b1c9-9f3fe8cb555c.png) When I ran the example in...

I ran the cmake command successfully, but I encountered an error when I ran the make command. CMAKE Output: -- The CXX compiler identification is GNU 5.4.0 -- Check for...

export LLVM_HOME=/path/to/your/llvm/installation 1. What is "/llvm/installation" example? 2. Do we have to build "llvm/installation"? 3. Can you give us the link of step-by-step how to build "llvm/installtion"? Thanks, Peter H....

root@5e60d163e16d:/workspace/LLVM-Tracer/example/triad# python llvm_compile.py $TRACER_HOME/example/triad triad /workspace/LLVM-Tracer/example/triad triad In file included from /workspace/LLVM-Tracer/example/triad/triad.c:1: In file included from /workspace/LLVM-Tracer/example/triad/triad.h:2: /usr/include/stdlib.h:31:10: fatal error: 'stddef.h' file not found #include ^~~~~~~~~~ 1 error generated. Error...

I encountered the following error while executing the instruction: What is generated is a corrupted dynamic_trace.gz file. root@ab9c3ac9d6e6:/workspace/LLVM-Tracer/playground# make run-trace /workspace/LLVM-Tracer/bin/get-labeled-stmts test1.cc -- \ -I/usr/local/lib/clang/6.0.0/include -I/workspace/LLVM-Tracer/playground/ \ "/usr/local/bin/clang-6.0" "-cc1" "-triple"...