You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
16
external/llvm/test/Other/writing-to-stdout.ll
vendored
16
external/llvm/test/Other/writing-to-stdout.ll
vendored
@ -1,16 +0,0 @@
|
||||
; REQUIRES: default_triple
|
||||
|
||||
; Often LLVM tools use "-" to indicate that output should be written to stdout
|
||||
; instead of a file. This behaviour is implemented by the raw_fd_ostream class.
|
||||
; This test verifies that when doing so multiple times we don't try to access a
|
||||
; closed STDOUT_FILENO. The exact options used in this test are unimportant, as
|
||||
; long as they write to stdout using raw_fd_ostream.
|
||||
; RUN: llc %s -o=- -pass-remarks-output=- -filetype=asm | FileCheck %s
|
||||
; foobar should appear as a function somewhere in the assembly file.
|
||||
; CHECK: foobar
|
||||
; !Analysis appears at the start of pass-remarks-output.
|
||||
; CHECK: !Analysis
|
||||
|
||||
define void @foobar() {
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user