brintos

brintos / llvm-project-archived public Read only

0
0
Text · 275 B · 23fb904 Raw
10 lines · plain
1; Check that we don't crash on target-specific inline asm directives.2;3; RUN: llvm-as < %s > %t4; RUN: llvm-lto -o /dev/null %t -mcpu armv4t5 6target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"7target triple = "armv4t-unknown-linux"8 9module asm ".fnstart"10