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
/
asan
/
TestCases
/
asan_options-help.cpp
blob
96a9cd98fc4d3b3143c751d1732fc8a4418bc6bf
1
// RUN: %clangxx_asan -O0 %s -o %t
2
// RUN: %env_asan_opts=help=1 %run %t 2>&1 | FileCheck %s
3
4
int
main
() {
5
}
6
7
// CHECK: Available flags for AddressSanitizer:
8
// CHECK-DAG: handle_segv
9
// CHECK-DAG: check_initialization_order