Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
5ff020a6b60454c67142a24727f18a5cb1521f66
/
.
/
llvm
/
test
/
tools
/
llvm-profdata
/
raw-magic-but-no-header.test
blob: b2a697042b0ab72b4863ec4617d257ab5f200c9c [
file
] [
log
] [
blame
]
RUN
:
printf
'\201rforpl\377'
>
%
t
RUN
:
not
llvm
-
profdata show
%
t
2
>&
1
|
FileCheck
%
s
RUN
:
printf
'\377lprofr\201'
>
%
t
RUN
:
not
llvm
-
profdata show
%
t
2
>&
1
|
FileCheck
%
s
CHECK
:
error
:
{{.+}}:
Invalid
profile data
(
file header
is
corrupt
)