brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · d589b96 Raw
10 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: invalid value for 'frame-pointer' attribute: arst4 5define void @func() #0 {6  ret void7}8 9attributes #0 = { "frame-pointer"="arst" }10