Mercurial > hg > CbC > CbC_llvm
comparison compiler-rt/test/msan/wcsncpy.cpp @ 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 | 1d019706d866 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
1 // RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t && not %run %t >%t.out 2>&1 | 1 // RUN: %clangxx_msan -fsanitize-memory-track-origins -O0 %s -o %t && not %run %t >%t.out 2>&1 |
2 // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out | 2 // RUN: FileCheck %s < %t.out && FileCheck %s < %t.out |
3 | 3 |
4 // XFAIL: mips | 4 // XFAIL: target=mips{{.*}} |
5 | 5 |
6 #include <assert.h> | 6 #include <assert.h> |
7 #include <wchar.h> | 7 #include <wchar.h> |
8 | 8 |
9 #include <sanitizer/msan_interface.h> | 9 #include <sanitizer/msan_interface.h> |