comparison compiler-rt/test/dfsan/origin_untainted.c @ 223:5f17cb93ff66 llvm-original

LLVM13 (2021/7/18)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 18 Jul 2021 22:43:00 +0900
parents 79ff65ed7e25
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
222:81f6424ef0e3 223:5f17cb93ff66
1 // RUN: %clang_dfsan -gmlt -mllvm -dfsan-fast-16-labels=true -mllvm -dfsan-track-origins=1 %s -o %t && \ 1 // RUN: %clang_dfsan -gmlt -mllvm -dfsan-track-origins=1 %s -o %t && \
2 // RUN: %run %t >%t.out 2>&1 2 // RUN: %run %t >%t.out 2>&1
3 // RUN: FileCheck %s --check-prefix=CHECK < %t.out 3 // RUN: FileCheck %s < %t.out
4 // 4 //
5 // REQUIRES: x86_64-target-arch 5 // REQUIRES: x86_64-target-arch
6 6
7 #include <sanitizer/dfsan_interface.h> 7 #include <sanitizer/dfsan_interface.h>
8 8