brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · 805d3db Raw
8 lines · plain
1; RUN: not llvm-as --disable-output %s 2>&1 | FileCheck -DFILE=%s %s2 3 4define void @test(i32 %in) personality ptr null {5; CHECK: [[FILE]]:[[@LINE+1]]:24: error: 'filter' clause has an invalid type6  landingpad {} filter i32 %in7}8