summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAdam Nemet <anemet@apple.com>2016-12-02 17:53:49 +0000
committerAdam Nemet <anemet@apple.com>2016-12-02 17:53:49 +0000
commit371623998c639ab02dec63be05335c979a7f830c (patch)
tree17fa08fbfe97a561e2f80b7daa25522850289360 /test
parentb65cc896d9e0c59854f65b5eb017b336c02230b5 (diff)
Make LTO opt-remarks tests matching stricter
This ensures that we don't generate the hotness attribute by default. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288518 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-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"