brintos

brintos / llvm-project-archived public Read only

0
0
Text · 468 B · aa40920 Raw
6 lines · c
1// RUN: %clang_cc1 -triple powerpc-unknown-linux-gnu -fsyntax-only -verify -fcf-protection=branch %s2// RUN: %clang_cc1 -triple arm-unknown-linux-gnu -fsyntax-only -verify -fcf-protection=branch %s3// RUN: %clang_cc1 -triple arm-unknown-linux-gnu -fsyntax-only -verify %s4 5void __attribute__((nocf_check)) foo(void); // expected-warning-re{{{{((unknown attribute 'nocf_check' ignored)|('nocf_check' attribute ignored; use -fcf-protection to enable the attribute))}}}}6