repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
compiler-rt
/
test
/
fuzzer
/
bogus-initialize.test
blob
2dff2d5a263953485ae81d3ff5930fc7945cc82b
1
RUN: %cpp_compiler %S/BogusInitializeTest.cpp -o %t-BogusInitializeTest
2
3
RUN: not %run %t-BogusInitializeTest 2>&1 | FileCheck %s --check-prefix=BOGUS_INITIALIZE
4
BOGUS_INITIALIZE: argv[0] has been modified in LLVMFuzzerInitialize