You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
13
external/llvm/test/tools/llvm-lto2/X86/nodatalayout.ll
vendored
Normal file
13
external/llvm/test/tools/llvm-lto2/X86/nodatalayout.ll
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
; RUN: llvm-as < %s > %t1.bc
|
||||
|
||||
; Reject input modules without a datalayout.
|
||||
; RUN: not llvm-lto2 run %t1.bc -o %t.o \
|
||||
; RUN: -r %t1.bc,patatino,px 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: input module has no datalayout
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
define void @patatino() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user