Mercurial > hg > CbC > CbC_llvm
diff compiler-rt/test/hwasan/TestCases/mem-intrinsics.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 | c4bab56944e8 |
children |
line wrap: on
line diff
--- a/compiler-rt/test/hwasan/TestCases/mem-intrinsics.c Wed Nov 09 17:47:54 2022 +0900 +++ b/compiler-rt/test/hwasan/TestCases/mem-intrinsics.c Fri Aug 18 09:04:13 2023 +0900 @@ -3,7 +3,7 @@ // RUN: %clang_hwasan %s -DTEST_NO=3 -mllvm -hwasan-instrument-mem-intrinsics -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=WRITE // RUN: %clang_hwasan %s -DTEST_NO=2 -mllvm -hwasan-instrument-mem-intrinsics -o %t && not %env_hwasan_opts=halt_on_error=0 %run %t 2>&1 | FileCheck %s --check-prefix=RECOVER -// REQUIRES: stable-runtime, pointer-tagging +// REQUIRES: pointer-tagging #include <stdio.h> #include <stdlib.h>