Sign in
android
/
platform
/
external
/
compiler-rt
/
c717e777466c4e907a8d8a6828fe605807d65df2
/
.
/
test
/
asan
/
TestCases
/
asan_options-help.cc
blob: 96a9cd98fc4d3b3143c751d1732fc8a4418bc6bf [
file
] [
log
] [
blame
]
// RUN: %clangxx_asan -O0 %s -o %t
// RUN: %env_asan_opts=help=1 %run %t 2>&1 | FileCheck %s
int
main
()
{
}
// CHECK: Available flags for AddressSanitizer:
// CHECK-DAG: handle_segv
// CHECK-DAG: check_initialization_order