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