brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 8ba4d4e 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:4 5define void @func() #0 {6  ret void7}8 9attributes #0 = { "frame-pointer" }10