[PATCH] D50242: Fix one test for changed opt remarks format
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 5 07:53:51 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD338970: Fix one test for changed opt remarks format (authored by xbolva00, committed by ).
Herald added a subscriber: llvm-commits.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D50242
Files:
test/ELF/lto/opt-remarks.ll
Index: test/ELF/lto/opt-remarks.ll
===================================================================
--- test/ELF/lto/opt-remarks.ll
+++ test/ELF/lto/opt-remarks.ll
@@ -23,9 +23,10 @@
; YAML-NEXT: - Callee: tinkywinky
; YAML-NEXT: - String: ' inlined into '
; YAML-NEXT: - Caller: main
-; YAML-NEXT: - String: ' with cost='
+; YAML-NEXT: - String: ' with '
+; YAML-NEXT: - String: '(cost='
; YAML-NEXT: - Cost: '0'
-; YAML-NEXT: - String: ' (threshold='
+; YAML-NEXT: - String: ', threshold='
; YAML-NEXT: - Threshold: '337'
; YAML-NEXT: - String: ')'
; YAML-NEXT: ...
@@ -39,9 +40,10 @@
; YAML-HOT-NEXT: - Callee: tinkywinky
; YAML-HOT-NEXT: - String: ' inlined into '
; YAML-HOT-NEXT: - Caller: main
-; YAML-HOT-NEXT: - String: ' with cost='
+; YAML-HOT-NEXT: - String: ' with '
+; YAML-HOT-NEXT: - String: '(cost='
; YAML-HOT-NEXT: - Cost: '0'
-; YAML-HOT-NEXT: - String: ' (threshold='
+; YAML-HOT-NEXT: - String: ', threshold='
; YAML-HOT-NEXT: - Threshold: '337'
; YAML-HOT-NEXT: - String: ')'
; YAML-HOT-NEXT: ...
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50242.159214.patch
Type: text/x-patch
Size: 1277 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180805/e4f566e3/attachment.bin>
More information about the llvm-commits
mailing list