[llvm] r261013 - [LTO] Support Statistics

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 14:45:01 PST 2016


Hi Adam,

On 16 February 2016 at 13:41, Adam Nemet via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> +++ llvm/trunk/test/tools/lto/print-stats.ll Tue Feb 16 15:41:51 2016

It looks like this test fails on LLVM without asserts:

test/tools/lto/print-stats.ll:7:10: error: expected string not found in input
; STATS: Statistics Collected
[...]
note: possible intended match here
Statistics are disabled. Build with asserts or with -DLLVM_ENABLE_STATS

Could you take a look & add the appropriate XFAIL or whatever?

Cheers.

Tim.


More information about the llvm-commits mailing list