[Mesa-dev] [PATCH 0/2] clover CL_INVALID_COMPILER_OPTIONS

EdB edb+mesa at sigluy.net
Fri Nov 7 01:30:38 PST 2014


When I added clCompileProgram, I forgot to made the change to
trigger CL_INVALID_COMPILER_OPTIONS instead of CL_INVALID_BUILD_OPTIONS
when invalid option are pass to compiler.
This have been catched by the yet to be reviewed Pigilt test

The first patch remove some spaces inconsistency in
llvm/invocation.cpp. It could have been a stand-alone one

EdB (2):
  clover: fix tab/space and alignement
  clover: clCompileProgram CL_INVALID_COMPILER_OPTIONS

 src/gallium/state_trackers/clover/api/program.cpp     | 2 ++
 src/gallium/state_trackers/clover/llvm/invocation.cpp | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

-- 
1.9.3



More information about the mesa-dev mailing list