expect_stat 'cache hit (direct)' 0
expect_stat 'cache miss' 1
- $COMPILER -fprofile-generate=data test.o -lgcov -o test
+ $COMPILER -fprofile-generate test.o -o test
./test
merge_profiling_data data
expect_stat 'cache hit (direct)' 0
expect_stat 'cache miss' 1
- $COMPILER -fprofile-generate test.o -lgcov -o test
+ $COMPILER -fprofile-generate test.o -o test
./test
expect_stat 'cache hit (direct)' 0
expect_stat 'cache miss' 1
- $COMPILER -fprofile-dir=data -fprofile-generate test.o -lgcov -o test
+ $COMPILER -fprofile-generate test.o -o test
./test
expect_stat 'cache hit (direct)' 0
expect_stat 'cache miss' 1
- $COMPILER -fprofile-generate -fprofile-dir=data test.o -lgcov -o test
+ $COMPILER -fprofile-generate test.o -o test
./test
expect_stat 'cache hit (direct)' 0
expect_stat 'cache miss' 1
- $COMPILER -fprofile-dir=data2 -fprofile-generate=data test.o -lgcov -o test
+ $COMPILER -fprofile-generate test.o -o test
./test