brintos

brintos / llvm-project-archived public Read only

0
0
Text · 202 B · 086f58f Raw
8 lines · plain
1; Test function notes2; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s3 4; CHECK: Attributes 'noinline and alwaysinline' are incompatible5define void @fn1() alwaysinline noinline {6  ret void7}8