comparison compiler-rt/test/hwasan/TestCases/longjmp.c @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents 5f17cb93ff66
children
comparison
equal deleted inserted replaced
237:c80f45b162ad 252:1f2b6ac9f198
1 // RUN: %clang_hwasan -O0 -DNEGATIVE %s -o %t && %run %t 2>&1 1 // RUN: %clang_hwasan -O0 -DNEGATIVE %s -o %t && %run %t 2>&1
2 // RUN: %clang_hwasan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s 2 // RUN: %clang_hwasan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
3 3
4 // REQUIRES: stable-runtime, pointer-tagging 4 // REQUIRES: pointer-tagging
5 5
6 #include <stdlib.h> 6 #include <stdlib.h>
7 #include <assert.h> 7 #include <assert.h>
8 #include <sanitizer/hwasan_interface.h> 8 #include <sanitizer/hwasan_interface.h>
9 9