diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-16 23:16:57 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-07-16 23:16:57 +0000 |
commit | c3983150433d2bd2971d62b7383c37eddeee204f (patch) | |
tree | 257790fabea6c7e6742ad1803b96ddd0f606badc /llvm/test/Object/check_binary_output.ll | |
parent | 27b1d8513ebc0a471258c99d2693fe9e817c65c4 (diff) | |
download | bcm5719-llvm-c3983150433d2bd2971d62b7383c37eddeee204f.tar.gz bcm5719-llvm-c3983150433d2bd2971d62b7383c37eddeee204f.zip |
llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating.
llvm-svn: 186468
Diffstat (limited to 'llvm/test/Object/check_binary_output.ll')
-rw-r--r-- | llvm/test/Object/check_binary_output.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Object/check_binary_output.ll b/llvm/test/Object/check_binary_output.ll index 567f18e65ba..02b52a3601c 100644 --- a/llvm/test/Object/check_binary_output.ll +++ b/llvm/test/Object/check_binary_output.ll @@ -1,4 +1,7 @@ ; 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 - |