12 lines · plain
1; RUN: not llvm-as < %s >/dev/null 2> %t2; RUN: FileCheck %s < %t3; Test the case where an invalid label name is used4 5; CHECK: invalid type for function argument6 7define void @test(label %bb) {8bb:9 ret void10}11 12 1; RUN: not llvm-as < %s >/dev/null 2> %t2; RUN: FileCheck %s < %t3; Test the case where an invalid label name is used4 5; CHECK: invalid type for function argument6 7define void @test(label %bb) {8bb:9 ret void10}11 12