brintos

brintos / llvm-project-archived public Read only

0
0
Text · 173 B · e7b74c3 Raw
9 lines · plain
1; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s2 3define i32 @f() jumptable {4  ret i32 05}6 7; CHECK: Attribute 'jumptable' requires 'unnamed_addr'8; CHECK: ptr @f9