forked from OSchip/llvm-project
b49eac71ad
Fix the error of show-prof-info.test on some platforms without zlib. The common profile usage is to collect profile from a target and then use the profile to guide the optimized build for the same target. There are some cases that no profile can be collected for a target. In those cases, although no full profile is available, it is possible to have some partial profile collected from other targets to optimize common libraries and utilities. A flag is needed to tell the partial profile from the full profile apart, so compiler can use different strategy for them. Differential Revision: https://reviews.llvm.org/D77426 |
||
---|---|---|
.. | ||
Inputs | ||
c-general.test | ||
compact-sample.proftext | ||
compat.proftext | ||
count-mismatch.proftext | ||
csprof-dump.test | ||
cutoff.test | ||
gcc-gcov-sample-profile.test | ||
general.proftext | ||
hash-mismatch.proftext | ||
inline-samples.test | ||
input-dir.test | ||
input-filenames.test | ||
instr-remap.test | ||
invalid-profdata.test | ||
lit.local.cfg | ||
malformed-ptr-to-counter-array.test | ||
memop-size-prof.proftext | ||
merge_empty_profile.test | ||
multiple-inputs.test | ||
multiple-profdata-merge.test | ||
nocompress.test | ||
overflow-instr.test | ||
overflow-sample.test | ||
overlap.test | ||
overlap_cs.test | ||
overlap_vp.test | ||
profile-symbol-list-compress.test | ||
profile-symbol-list.test | ||
raw-32-bits-be.test | ||
raw-32-bits-le.test | ||
raw-64-bits-be.test | ||
raw-64-bits-le.test | ||
raw-magic-but-no-header.test | ||
raw-two-profiles.test | ||
roundtrip-compress.test | ||
roundtrip.test | ||
same-filename.test | ||
sample-profile-basic.test | ||
sample-remap.test | ||
show-instr-level.test | ||
show-prof-info.test | ||
text-dump.test | ||
text-format-errors.test | ||
threaded-count-mismatch.test | ||
value-prof.proftext | ||
weight-instr.test | ||
weight-sample.test |