brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · 375aa30 Raw
6 lines · c
1// RUN: %clang_cc1 -triple arm-unknown-linux -funwind-tables=1 -fsanitize-cfi-cross-dso -emit-llvm -o - %s | FileCheck %s2 3// CHECK: define weak {{.*}}void @__cfi_check({{.*}} [[ATTR:#[0-9]*]]4 5// CHECK: attributes [[ATTR]] = {{.*}} uwtable(sync)6