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

2017-02-27 Thread Jan Vesely
On Sat, 2017-02-25 at 20:46 -0800, Francisco Jerez wrote: > Jan Vesely writes: > > > this allows to pass the generated files directly to llc or bugpoint > > > > v2: add atomic counter ID > > > > Signed-off-by: Jan Vesely > > --- > > src/gallium/state_trackers/clover/llvm/invocation.cpp | 8 ++

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

2017-02-25 Thread Francisco Jerez
Jan Vesely writes: > this allows to pass the generated files directly to llc or bugpoint > > v2: add atomic counter ID > > Signed-off-by: Jan Vesely > --- > src/gallium/state_trackers/clover/llvm/invocation.cpp | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > > diff --git a/src

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

2017-02-24 Thread Jan Vesely
this allows to pass the generated files directly to llc or bugpoint v2: add atomic counter ID Signed-off-by: Jan Vesely --- src/gallium/state_trackers/clover/llvm/invocation.cpp | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/gallium/state_trackers/clover/llvm/in