[lld] r274118 - Convert DOS-style newlines.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 03:39:00 PDT 2016


Author: ruiu
Date: Wed Jun 29 05:39:00 2016
New Revision: 274118

URL: http://llvm.org/viewvc/llvm-project?rev=274118&view=rev
Log:
Convert DOS-style newlines.

Modified:
    lld/trunk/test/ELF/lto/mix-platforms.ll

Modified: lld/trunk/test/ELF/lto/mix-platforms.ll
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/lto/mix-platforms.ll?rev=274118&r1=274117&r2=274118&view=diff
==============================================================================
--- lld/trunk/test/ELF/lto/mix-platforms.ll (original)
+++ lld/trunk/test/ELF/lto/mix-platforms.ll Wed Jun 29 05:39:00 2016
@@ -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




More information about the llvm-commits mailing list