You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.225
Former-commit-id: 10196d987d5fc5564b9d3b33b1fdf13190f4d0b5
This commit is contained in:
parent
32d52ae4ca
commit
f32dbaf0b2
15
external/llvm/test/tools/llvm-profdata/nocompress.test
vendored
Normal file
15
external/llvm/test/tools/llvm-profdata/nocompress.test
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
You need a checkout of clang with compiler-rt to generate the
|
||||
binary file here. These shell commands can be used to regenerate
|
||||
it.
|
||||
$ SRC=path/to/llvm
|
||||
$ CFE=$SRC/tools/clang
|
||||
$ TESTDIR=$SRC/test/tools/llvm-profdata
|
||||
$ CFE_TESTDIR=$CFE/test/Profile
|
||||
$ clang -o a.out -fprofile-instr-generate $CFE_TESTDIR/c-general.c
|
||||
$ LLVM_PROFILE_FILE=$TESTDIR/Inputs/compressed.profraw ./a.out
|
||||
|
||||
RUN: not llvm-profdata show %p/Inputs/compressed.profraw -o %t 2>&1 | FileCheck %s
|
||||
|
||||
REQUIRES: nozlib
|
||||
|
||||
CHECK: error: {{.*}} Profile uses zlib compression but the profile reader was built without zlib support
|
Reference in New Issue
Block a user