summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/LTO/X86/diagnostic-handler-remarks.ll18
-rw-r--r--test/ThinLTO/X86/diagnostic-handler-remarks.ll34
2 files changed, 26 insertions, 26 deletions
diff --git a/test/LTO/X86/diagnostic-handler-remarks.ll b/test/LTO/X86/diagnostic-handler-remarks.ll
index def3cd223e8..c9e6beb0ace 100644
--- a/test/LTO/X86/diagnostic-handler-remarks.ll
+++ b/test/LTO/X86/diagnostic-handler-remarks.ll
@@ -44,15 +44,15 @@
; NM: func2
; NM: main
-; YAML: --- !Passed
-; YAML: Pass: inline
-; YAML: Name: Inlined
-; YAML: Function: main
-; YAML: Args:
-; YAML: - Callee: foo
-; YAML: - String: ' inlined into '
-; YAML: - Caller: main
-; YAML: ...
+; YAML: --- !Passed
+; YAML-NEXT: Pass: inline
+; YAML-NEXT: Name: Inlined
+; YAML-NEXT: Function: main
+; YAML-NEXT: Args:
+; YAML-NEXT: - Callee: foo
+; YAML-NEXT: - String: ' inlined into '
+; YAML-NEXT: - Caller: main
+; YAML-NEXT: ...
target triple = "x86_64-apple-darwin"
diff --git a/test/ThinLTO/X86/diagnostic-handler-remarks.ll b/test/ThinLTO/X86/diagnostic-handler-remarks.ll
index 87b8a4601bd..7467a082c5a 100644
--- a/test/ThinLTO/X86/diagnostic-handler-remarks.ll
+++ b/test/ThinLTO/X86/diagnostic-handler-remarks.ll
@@ -13,28 +13,28 @@
; Verify that bar is imported and inlined into foo
; RUN: cat %t.yaml.thin.0.yaml | FileCheck %s -check-prefix=YAML1
-; YAML1: --- !Passed
-; YAML1: Pass: inline
-; YAML1: Name: Inlined
-; YAML1: Function: main
-; YAML1: Args:
-; YAML1: - Callee: foo
-; YAML1: - String: ' inlined into '
-; YAML1: - Caller: main
-; YAML1: ...
+; YAML1: --- !Passed
+; YAML1-NEXT: Pass: inline
+; YAML1-NEXT: Name: Inlined
+; YAML1-NEXT: Function: main
+; YAML1-NEXT: Args:
+; YAML1-NEXT: - Callee: foo
+; YAML1-NEXT: - String: ' inlined into '
+; YAML1-NEXT: - Caller: main
+; YAML1-NEXT: ...
; Verify that bar is imported and inlined into foo
; RUN: cat %t.yaml.thin.1.yaml | FileCheck %s -check-prefix=YAML2
; YAML2: --- !Passed
-; YAML2: Pass: inline
-; YAML2: Name: Inlined
-; YAML2: Function: foo
-; YAML2: Args:
-; YAML2: - Callee: bar
-; YAML2: - String: ' inlined into '
-; YAML2: - Caller: foo
-; YAML2: ...
+; YAML2-NEXT: Pass: inline
+; YAML2-NEXT: Name: Inlined
+; YAML2-NEXT: Function: foo
+; YAML2-NEXT: Args:
+; YAML2-NEXT: - Callee: bar
+; YAML2-NEXT: - String: ' inlined into '
+; YAML2-NEXT: - Caller: foo
+; YAML2-NEXT: ...
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"