xref: /llvm-project/llvm/test/LTO/ARM/inline-asm.ll (revision 20c7259ce9189484831519f0b7a02d56406c8613)
1*20c7259cSPeter Collingbourne; Check that we don't crash on target-specific inline asm directives.
2*20c7259cSPeter Collingbourne;
3*20c7259cSPeter Collingbourne; RUN: llvm-as < %s > %t
4*20c7259cSPeter Collingbourne; RUN: llvm-lto -o /dev/null %t -mcpu armv4t
5*20c7259cSPeter Collingbourne
6*20c7259cSPeter Collingbournetarget datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
7*20c7259cSPeter Collingbournetarget triple = "armv4t-unknown-linux"
8*20c7259cSPeter Collingbourne
9*20c7259cSPeter Collingbournemodule asm ".fnstart"
10