[LLVMdev] Getting FileCheck's colored output through lit (& possibly ninja)

Nico Rieck nico.rieck at gmail.com
Mon Apr 7 18:26:43 PDT 2014


On 07.04.2014 22:16, David Blaikie wrote:
> [...] How/where do we pass the flag, then? Would that require
> replacing every FileCheck usage with %FileCheck and having lit do the
> replacement? Or are there less intrusive alias options?

Just a quick note: lit is already replacing all LLVM tool names instead
of relying on $PATH (see test/lit.cfg). This could easily be adapted to
add a flag for FileCheck.

-Nico



More information about the llvm-dev mailing list