Sign in
llvm
/
llvm-project
/
compiler-rt
/
3e7254bcfe4e9b951fd53ecbea499417d99ff943
/
.
/
test
/
fuzzer
/
noasan-memcmp64.test
blob: f77f6490879c9a1350462067bd5a5b39ca01d86e [
file
] [
log
] [
blame
]
UNSUPPORTED
:
darwin
,
target
={{.*(
freebsd
|
windows
).*}}
RUN
:
%
cpp_compiler
-
fno
-
sanitize
=
address
%
S
/
Memcmp64BytesTest
.
cpp
-
o
%
t
-
NoAsanMemcmp64BytesTest
RUN
:
not
%
run
%
t
-
NoAsanMemcmp64BytesTest
-
seed
=
1
-
runs
=
1000000
2
>&
1
|
FileCheck
%
s
CHECK
:
BINGO