File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# download and extract intel pin
2
2
pushd .
3
3
cd ..
4
- wget https://software.intel.com/sites/landingpage/pintool/downloads/pin-3.27-98718-gbeaa5d51e -gcc-linux.tar.gz
5
- tar xf pin-3.27-98718-gbeaa5d51e -gcc-linux.tar.gz
4
+ wget https://software.intel.com/sites/landingpage/pintool/downloads/pin-3.28-98749-g6643ecee5 -gcc-linux.tar.gz
5
+ tar xf pin-3.28-98749-g6643ecee5 -gcc-linux.tar.gz
6
6
popd
7
7
8
8
# build CodeCoverage(this repository code)
Original file line number Diff line number Diff line change 1
- ../pin-3.27-98718-gbeaa5d51e -gcc-linux/pin -t ./obj-intel64/CodeCoverage.so -- examples/c_function_call/cov_sample 1 2
1
+ ../pin-3.28-98749-g6643ecee5 -gcc-linux/pin -t ./obj-intel64/CodeCoverage.so -- examples/c_function_call/cov_sample 1 2
Original file line number Diff line number Diff line change 1
- make PIN_ROOT=../pin-3.27-98718-gbeaa5d51e -gcc-linux
1
+ make PIN_ROOT=../pin-3.28-98749-g6643ecee5 -gcc-linux
2
2
You can’t perform that action at this time.
0 commit comments