aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2016-06-29 10:39:00 +0000
committerRui Ueyama <ruiu@google.com>2016-06-29 10:39:00 +0000
commit7afe2b6e755f7e486762e1f1de61f8a94aae5b3f (patch)
treeba9df09578c58796c1d793f1bd1bf4d254893543
parent4371250a7ee5ab5fde2929e99f68c2c59d8c2683 (diff)
Convert DOS-style newlines.
git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@274118 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/ELF/lto/mix-platforms.ll20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/ELF/lto/mix-platforms.ll b/test/ELF/lto/mix-platforms.ll
index b4a892f0a..3478caa5c 100644
--- a/test/ELF/lto/mix-platforms.ll
+++ b/test/ELF/lto/mix-platforms.ll
@@ -1,10 +1,10 @@
-; REQUIRES: x86
-; RUN: llvm-mc %p/Inputs/shared.s -o %t386.o -filetype=obj -triple=i386-pc-linux
-; RUN: ld.lld %t386.o -o %ti386.so -shared
-; RUN: llvm-as %s -o %tx64.o
-; RUN: not ld.lld %ti386.so %tx64.o -o %t 2>&1 | FileCheck %s
-
-target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
-target triple = "x86_64-unknown-linux-gnu"
-
-; CHECK: {{.*}}x64.o is incompatible with {{.*}}i386.so
+; REQUIRES: x86
+; RUN: llvm-mc %p/Inputs/shared.s -o %t386.o -filetype=obj -triple=i386-pc-linux
+; RUN: ld.lld %t386.o -o %ti386.so -shared
+; RUN: llvm-as %s -o %tx64.o
+; RUN: not ld.lld %ti386.so %tx64.o -o %t 2>&1 | FileCheck %s
+
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
+; CHECK: {{.*}}x64.o is incompatible with {{.*}}i386.so