[LLVMdev] -debug in make check

Duncan Sands baldrick at free.fr
Tue Aug 21 00:23:56 PDT 2012


Hi Reed,

> I'd like to have some .ll tests in make check where I verify that
> certain DAG nodes are being processed. Normally I would compile with
> -debug and look for them.
>
> Is it possible to scan the stdout instead of the .s file from a .ll in
> make check?

while it is possible, my understanding is that the output of -debug is not
supposed to be stable, may change at any time, and shouldn't really be checked
by tests.

Ciao, Duncan.




More information about the llvm-dev mailing list