Revert r354244 "[DAGCombiner] Eliminate dead stores to stack."
[llvm-complete.git] / test / tools / llvm-profdata / nocompress.test
blob65db61df74b5066b1e36954923b4b83c67aef20c
1 You need a checkout of clang with compiler-rt to generate the
2 binary file here.  These shell commands can be used to regenerate
3 it.
4 $ SRC=path/to/llvm
5 $ CFE=$SRC/tools/clang
6 $ TESTDIR=$SRC/test/tools/llvm-profdata
7 $ CFE_TESTDIR=$CFE/test/Profile
8 $ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c
9 $ LLVM_PROFILE_FILE=$TESTDIR/Inputs/compressed.profraw ./a.out
11 RUN: not llvm-profdata show %p/Inputs/compressed.profraw -o %t 2>&1 | FileCheck %s
13 REQUIRES: nozlib
15 CHECK: error: {{.*}} Profile uses zlib compression but the profile reader was built without zlib support