brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · 1b762c0 Raw
12 lines · c
1// RUN: %clang_cc1 -debug-info-kind=limited %s -emit-llvm -o - | FileCheck %s2 3void t1(void) __attribute__((disable_sanitizer_instrumentation)) {4}5// CHECK: disable_sanitizer_instrumentation6// CHECK-NEXT: void @t17 8// CHECK-NOT: disable_sanitizer_instrumentation9// CHECK: void @t210void t2(void) {11}12