summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-06-19 17:23:04 +0000
committerRui Ueyama <ruiu@google.com>2017-06-19 17:23:04 +0000
commit86360d690267d3cadea31e6a1ed72f539fb5ac6d (patch)
tree76ca641f820f5b882962e13b60c98dca97195929
parent44cdb1096499982c1f46eadb5572792131cbd8b0 (diff)
downloadbcm5719-llvm-86360d690267d3cadea31e6a1ed72f539fb5ac6d.tar.gz
bcm5719-llvm-86360d690267d3cadea31e6a1ed72f539fb5ac6d.zip
Replace CRLF with LF.
llvm-svn: 305714
-rw-r--r--lld/test/ELF/invalid-z.s18
1 files changed, 9 insertions, 9 deletions
diff --git a/lld/test/ELF/invalid-z.s b/lld/test/ELF/invalid-z.s
index 10415526e0c..a5343c93e67 100644
--- a/lld/test/ELF/invalid-z.s
+++ b/lld/test/ELF/invalid-z.s
@@ -1,9 +1,9 @@
-# REQUIRES: x86
-# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
-# RUN: not ld.lld %t.o -o %t -z max-page-size 2>&1 | FileCheck %s
-# CHECK: invalid max-page-size
-# CHECK-NOT: error
-
-.global _start
-_start:
- nop
+# REQUIRES: x86
+# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
+# RUN: not ld.lld %t.o -o %t -z max-page-size 2>&1 | FileCheck %s
+# CHECK: invalid max-page-size
+# CHECK-NOT: error
+
+.global _start
+_start:
+ nop
OpenPOWER on IntegriCloud