This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
f6766bd246
llvm-project
/
llvm
/
lib
/
Fuzzer
/
test
/
swap-cmp.test
3 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libFuzzer] simplify the code for use_cmp, also use the position hint when available, add a test llvm-svn: 285049
2016-10-25 10:04:43 +08:00
CHECK: BINGO
[libFuzzer] enable use_cmp by default llvm-svn: 285353
2016-10-28 05:44:37 +08:00
RUN: not LLVMFuzzer-SwapCmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s