brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 0d15570 Raw
8 lines · c
1// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fsyntax-only -verify %s2 3void __attribute__((nomips16)) foo32(void); // expected-warning {{unknown attribute 'nomips16' ignored}}4void __attribute__((mips16)) foo16(void); // expected-warning {{unknown attribute 'mips16' ignored}}5 6 7 8