Skip to content

Commit 1a07563

Browse files
SC llvm teamSC llvm team
authored andcommitted
Merged main:1c1eaf75f5f2efd72ba813b29b3d7b556d61b70b into amd-gfx:069436aa3cf0
Local branch amd-gfx 069436a Merged main:ce0235779569b150acad6d6aaa648edba4ade014 into amd-gfx:a7f33e870fdb Remote branch main 1c1eaf7 [llvm-profdata] Make tests more readable (NFC)
2 parents 069436a + 1c1eaf7 commit 1a07563

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

llvm/include/llvm/Config/llvm-config.h.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
/* Indicate that this is LLVM compiled from the amd-gfx branch. */
1818
#define LLVM_HAVE_BRANCH_AMD_GFX
19-
#define LLVM_MAIN_REVISION 484819
19+
#define LLVM_MAIN_REVISION 484820
2020

2121
/* Define if LLVM_ENABLE_DUMP is enabled */
2222
#cmakedefine LLVM_ENABLE_DUMP

llvm/test/tools/llvm-profdata/raw-64-bits-le.test

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,21 @@ RUN: printf '\0\0\4\0\1\0\0\0' >> %t
1919
RUN: printf '\0\0\4\0\3\0\0\0' >> %t
2020
RUN: printf '\0\0\0\0\0\0\0\0' >> %t
2121
RUN: printf '\0\0\0\0\0\0\0\0' >> %t
22-
RUN: printf '\1\0\0\0\0\0\0\0' >> %t
23-
RUN: printf '\3\0\0\0\0\0\0\0' >> %t
22+
RUN: printf '\1\0\0\0' >> %t
23+
RUN: printf '\0\0\0\0' >> %t
24+
RUN: printf '\3\0\0\0' >> %t
25+
RUN: printf '\0\0\0\0' >> %t
2426

2527
RUN: printf '\067\265\035\031\112\165\023\344' >> %t
2628
RUN: printf '\02\0\0\0\0\0\0\0' >> %t
2729
RUN: printf '\xc8\xff\3\0\1\0\0\0' >> %t
2830
RUN: printf '\xc3\xff\3\0\3\0\0\0' >> %t
2931
RUN: printf '\0\0\0\0\0\0\0\0' >> %t
3032
RUN: printf '\0\0\0\0\0\0\0\0' >> %t
31-
RUN: printf '\02\0\0\0\0\0\0\0' >> %t
32-
RUN: printf '\1\0\0\0\0\0\0\0' >> %t
33+
RUN: printf '\02\0\0\0' >> %t
34+
RUN: printf '\0\0\0\0' >> %t
35+
RUN: printf '\1\0\0\0' >> %t
36+
RUN: printf '\0\0\0\0' >> %t
3337

3438
RUN: printf '\023\0\0\0\0\0\0\0' >> %t
3539
RUN: printf '\067\0\0\0\0\0\0\0' >> %t

0 commit comments

Comments
 (0)