Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-profdata / malformed-not-space-for-another-header.test
blobc967e850dbe35202e1e09decf7c9e7278a59e8bd
1 // Header
2 //
3 // INSTR_PROF_RAW_HEADER(uint64_t, Magic, __llvm_profile_get_magic())
4 // INSTR_PROF_RAW_HEADER(uint64_t, Version, __llvm_profile_get_version())
5 // INSTR_PROF_RAW_HEADER(uint64_t, BinaryIdsSize, __llvm_write_binary_ids(NULL))
6 // INSTR_PROF_RAW_HEADER(uint64_t, DataSize, DataSize)
7 // INSTR_PROF_RAW_HEADER(uint64_t, CountersSize, CountersSize)
8 // INSTR_PROF_RAW_HEADER(uint64_t, NumBitmaskBytes, NumBitmaskBytes)
9 // INSTR_PROF_RAW_HEADER(uint64_t, NamesSize,  NamesSize)
10 // INSTR_PROF_RAW_HEADER(uint64_t, CountersDelta, (uintptr_t)CountersBegin)
11 // INSTR_PROF_RAW_HEADER(uint64_t, BitmaskDelta, (uintptr_t)BitmaskBegin)
12 // INSTR_PROF_RAW_HEADER(uint64_t, NamesDelta, (uintptr_t)NamesBegin)
13 // INSTR_PROF_RAW_HEADER(uint64_t, ValueKindLast, IPVK_Last)
15 RUN: printf '\201rforpl\377' > %t.profraw
16 RUN: printf '\11\0\0\0\0\0\0\0' >> %t.profraw
17 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
18 RUN: printf '\1\0\0\0\0\0\0\0' >> %t.profraw
19 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
20 RUN: printf '\1\0\0\0\0\0\0\0' >> %t.profraw
21 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
22 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
23 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
24 RUN: printf '\10\0\0\0\0\0\0\0' >> %t.profraw
25 RUN: printf '\0\0\4\0\1\0\0\0' >> %t.profraw
26 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
27 RUN: printf '\0\0\4\0\2\0\0\0' >> %t.profraw
28 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
30 // Data Section
32 // struct ProfData {
33 // #define INSTR_PROF_DATA(Type, LLVMType, Name, Initializer) \
34 //    Type Name;
35 // #include "llvm/ProfileData/InstrProfData.inc"
36 // };
38 RUN: printf '\254\275\030\333\114\302\370\134' >> %t.profraw
39 RUN: printf '\1\0\0\0\0\0\0\0' >> %t.profraw
40 RUN: printf '\0\0\4\0\1\0\0\0' >> %t.profraw
41 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
42 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
43 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
44 RUN: printf '\1\0\0\0\0\0\0\0' >> %t.profraw
45 RUN: printf '\0\0\0\0\0\0\0\0' >> %t.profraw
47 RUN: printf '\023\0\0\0\0\0\0\0' >> %t.profraw
48 RUN: printf '\3\0foo\0\0\0' >> %t.profraw
50 // Write some garbage data at the end so we get "not enough space for another header" message
51 RUN: printf '\x03\x00\' >> %t.profraw
53 RUN: not llvm-profdata show %t.profraw 2>&1 | FileCheck %s
54 CHECK: malformed instrumentation profile data: not enough space for another header