jumptable.ll 177 B

12345678
  1. ; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
  2. define i32 @f() jumptable {
  3. ret i32 0
  4. }
  5. ; CHECK: Attribute 'jumptable' requires 'unnamed_addr'
  6. ; CHECK: i32 ()* @f