Skip to content

Commit f3497f6

Browse files
committed
update to 3.28
TODO Segmentation fault occurs in versions after 3.29
1 parent d26aec4 commit f3497f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

00_setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# download and extract intel pin
22
pushd .
33
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
66
popd
77

88
# build CodeCoverage(this repository code)

01_run_example.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
make PIN_ROOT=../pin-3.27-98718-gbeaa5d51e-gcc-linux
1+
make PIN_ROOT=../pin-3.28-98749-g6643ecee5-gcc-linux
22

0 commit comments

Comments
 (0)