forked from OSchip/llvm-project
parent
26479c3883
commit
150def9787
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clangxx -fsanitize=integer %s -o %t
|
||||
// RUN: %t 2>&1 | FileCheck %s --check-prefix=CHECK-NOTYPE
|
||||
// RUN: %env_ubsan_opts=report_error_type=1 %t 2>&1 | FileCheck %s --check-prefix=CHECK-TYPE
|
||||
// RUN: %env_ubsan_opts=report_error_type=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-TYPE
|
||||
// REQUIRES: ubsan-asan
|
||||
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in New Issue