brintos

brintos / llvm-project-archived public Read only

0
0
Text · 455 B · 8811632 Raw
10 lines · plain
1; Check for state persistence bugs in the ARM MC backend2; This should neither fail (in the comparison that the second object3; is bit-identical to the first) nor crash. Either failure would most4; likely indicate some state that is not properly reset in the5; appropriate ::reset method.6; RUN: llc -compile-twice -filetype=obj %s -o -7 8target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"9target triple = "armv4t-unknown-linux-gnueabi"10