You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
9
external/llvm/test/LTO/ARM/inline-asm.ll
vendored
Normal file
9
external/llvm/test/LTO/ARM/inline-asm.ll
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
; Check that we don't crash on target-specific inline asm directives.
|
||||
;
|
||||
; RUN: llvm-as < %s > %t
|
||||
; RUN: llvm-lto -o /dev/null %t -mcpu armv4t
|
||||
|
||||
target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
|
||||
target triple = "armv4t-unknown-linux"
|
||||
|
||||
module asm ".fnstart"
|
Reference in New Issue
Block a user