brintos

brintos / llvm-project-archived public Read only

0
0
Text · 268 B · 8ab66dc Raw
10 lines · plain
1// Check that llvm-mc doesn't crash on division by zero.2// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s 2> %t3// RUN: FileCheck -input-file %t %s4 5// CHECK: expected relocatable expression6.int 1/07 8// CHECK: expected relocatable expression9.int 2%010