summaryrefslogtreecommitdiff
path: root/test/LTO
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/LTO
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/LTO')
-rw-r--r--test/LTO/X86/diagnostic-handler-remarks.ll18
1 files changed, 9 insertions, 9 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"