You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: %clangxx -O0 %s -o %t
|
|
// RUN: %env_tool_opts=help=1 %run %t 2>&1 | FileCheck %s
|
|
|
|
int main() {
|
|
}
|
|
|
|
// CHECK: Available flags for {{.*}}Sanitizer:
|
|
// CHECK: handle_segv
|