search for: 21500be4

Displaying 2 results from an estimated 2 matches for "21500be4".

2018 Mar 31
0
Writing tests with Filecheck without emitting output to stdin
...fix=CHECK-B < b.rpt >> ; RUN: FileCheck %s --check-prefix=CHECK-C < c.rpt >> >> Cheers. >> >> Tim. >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180331/21500be4/attachment.html>
2018 Mar 31
3
Writing tests with Filecheck without emitting output to stdin
That works. Thanks. One more followup question though. Once i run opt on bitcode, there is not useful output/transform on bitcode. this rpt files are extra. I am hoping to do something like this, ; RUN: FileCheck --input-file=a.rpt.gold --check-prefix=CHECK-A < a.rpt ; RUN: FileCheck --input-file=b.rpt.gold --check-prefix=CHECK-B < b.rpt i did not find much examples in tests hence