[PATCH] D77354: [DO NOT MERGE] added FileCheck colons that broke things

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 10:56:14 PDT 2020


jroelofs updated this revision to Diff 256613.
jroelofs added a comment.

rebased

Thanks for all the fixes everyone!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77354/new/

https://reviews.llvm.org/D77354

Files:
  llvm/test/Transforms/SampleProfile/gcc-simple.ll
  llvm/test/tools/dsymutil/X86/modules.m


Index: llvm/test/tools/dsymutil/X86/modules.m
===================================================================
--- llvm/test/tools/dsymutil/X86/modules.m
+++ llvm/test/tools/dsymutil/X86/modules.m
@@ -117,7 +117,7 @@
 //
 // CHECK: 0x{{0*}}[[PTR]]: DW_TAG_pointer_type
 // FIXME: The next line doesn't work.
-// CHECK-NEXT   DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]]
+// CHECK-NEXT:  DW_AT_type [DW_FORM_ref_addr] {0x{{0*}}[[INTERFACE]]
 extern int odr_violation;
 
 @import Foo;
Index: llvm/test/Transforms/SampleProfile/gcc-simple.ll
===================================================================
--- llvm/test/Transforms/SampleProfile/gcc-simple.ll
+++ llvm/test/Transforms/SampleProfile/gcc-simple.ll
@@ -129,12 +129,12 @@
   ret i32 %cond, !dbg !71
 }
 
-; CHECK ![[EC1]] = !{!"function_entry_count", i64 24108}
-; CHECK ![[PROF1]] = !{!"branch_weights", i32 1, i32 30124}
-; CHECK ![[PROF2]] = !{!"branch_weights", i32 30177, i32 29579}
-; CHECK ![[EC2]] = !{!"function_entry_count", i64 0}
-; CHECK ![[PROF3]] = !{!"branch_weights", i32 1, i32 1}
-; CHECK ![[PROF4]] = !{!"branch_weights", i32 1, i32 20238}
+; CHECK: ![[EC1]] = !{!"function_entry_count", i64 24108}
+; CHECK: ![[PROF1]] = !{!"branch_weights", i32 1, i32 30124}
+; CHECK: ![[PROF2]] = !{!"branch_weights", i32 30177, i32 29579}
+; CHECK: ![[EC2]] = !{!"function_entry_count", i64 0}
+; CHECK: ![[PROF3]] = !{!"branch_weights", i32 1, i32 1}
+; CHECK: ![[PROF4]] = !{!"branch_weights", i32 1, i32 20238}
 
 attributes #0 = { nounwind uwtable "disable-tail-calls"="false" "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "target-cpu"="x86-64" "target-features"="+sse,+sse2" "unsafe-fp-math"="false" "use-soft-float"="false" }
 attributes #1 = { nounwind readnone }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77354.256613.patch
Type: text/x-patch
Size: 1844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/fa611d20/attachment.bin>


More information about the llvm-commits mailing list