[PATCH] D14239: mips-mti-linux TC + debug log
Vasileios Kalintiris via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 2 13:29:31 PST 2015
Hi Renato,
Thanks for testing this. The /tmp/mips-mti-linux.log file contains log messages from the driver. It wasn't my intention to match anything meaningful from the mips-mti-linux.c test.
I'll try to investigate what's going wrong tomorrow.
Thanks,
Vasileios
________________________________________
From: Renato Golin [renato.golin at linaro.org]
Sent: 02 November 2015 18:56
To: Clang Commits
Cc: Vasileios Kalintiris; JF Bastien; Derek Schuff
Subject: Re: [PATCH] D14239: mips-mti-linux TC + debug log
On 2 November 2015 at 16:35, Vasileios Kalintiris
<Vasileios.Kalintiris at imgtec.com> wrote:
> Can you apply this
> patch, build LLVM+Clang and run with llvm-lit the mips-mti-linux.c test?
Hi Vasileios,
I just built once and the test already fails with FileCheck reporting
empty output. Logs attached.
You seem to be sending the BE stderr to /tmp/mips-mti-linux.log, which
is not standard practice. You should either use the %t (for temp file)
or parse it together with stdout, as you do on the second line (LE).
If I put both to stdout, I still get FileCheck errors. Logs also attached.
cheers,
--renato
More information about the cfe-commits
mailing list