aboutsummaryrefslogtreecommitdiffstats
path: root/test/Object
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-07-17 02:21:10 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-07-17 02:21:10 +0000
commitf7e73accb7abe472a1febc38888133df6149cfed (patch)
treee84090be4b00509e2cd7bc1d9edaa6fc0943b133 /test/Object
parenta38edf071dbc76b2e0525485ea4c368cee908373 (diff)
downloadexternal_llvm-f7e73accb7abe472a1febc38888133df6149cfed.zip
external_llvm-f7e73accb7abe472a1febc38888133df6149cfed.tar.gz
external_llvm-f7e73accb7abe472a1febc38888133df6149cfed.tar.bz2
raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs() would be set to O_TEXT by default.
llvm/test/Object/check_binary_output.ll is expected to pass on win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186480 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Object')
-rw-r--r--test/Object/check_binary_output.ll3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/Object/check_binary_output.ll b/test/Object/check_binary_output.ll
index 02b52a3..567f18e 100644
--- a/test/Object/check_binary_output.ll
+++ b/test/Object/check_binary_output.ll
@@ -1,7 +1,4 @@
; This is not an assembly file, this is just to run the test.
; The test verifies that llvm-ar produces a binary output.
-; FIXME: They malform LF into CRLF. Investigating.
-; XFAIL: mingw32,win32
-
;RUN: llvm-ar p %p/Inputs/GNU.a very_long_bytecode_file_name.bc | cmp -s %p/Inputs/very_long_bytecode_file_name.bc -