[LLVMdev] LIT Verbose
Renato Golin
renato.golin at linaro.org
Fri Dec 19 01:56:41 PST 2014
On 19 December 2014 at 06:34, Justin Bogner <mail at justinbogner.com> wrote:
> IIUC, the problem is that cmake+ninja doesn't actually output anything
> while tests are running. I think what you're hoping for is r222181,
> which teaches cmake that the test targets output arbitrary stuff on the
> terminal, and that ninja should show that output.
Hum, I'm using CMake 2.8...
> Unfortunately, this needs a really new (unreleased?) version of cmake to
> work. If you don't have a new enough cmake, you might be better off
> running the lit command directly for now, though I realize this is a bit
> of a pain for check-all since the list of targets depends on what
> exactly you've checked out.
I don't mind updating the cmake by hand (compile+install) if that's
what it takes. I'll try.
thanks!
--renato
More information about the llvm-dev
mailing list