Re: [Mesa-dev] [PATCH 1/1] clover: Dump linked module to a different file

2017-02-22 Thread Matt Arsenault
> On Feb 22, 2017, at 07:51, Jan Vesely wrote: > > This allows to pass the generated files directly to llc or bugpoint. > Note that if program links multiple binaries they will still be in the same > file, the module name is "link”. Can you add a counter ID or something to ensure unique files?

[Mesa-dev] [PATCH 1/1] clover: Dump linked module to a different file

2017-02-22 Thread Jan Vesely
This allows to pass the generated files directly to llc or bugpoint. Note that if program links multiple binaries they will still be in the same file, the module name is "link". Signed-off-by: Jan Vesely --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 4 ++-- 1 file changed, 2 inser