Merge branch 'fix-p-switch' into 'master'
authorKenneth Benzie <k.benzie@codeplay.com>
Tue, 25 Aug 2015 08:09:08 +0000 (04:09 -0400)
committerKenneth Benzie <k.benzie@codeplay.com>
Tue, 25 Aug 2015 08:09:08 +0000 (04:09 -0400)
commit46c441c2ee35d76eef163c488ec9c53a8c103dab
treee4f1fb1b399d254fcbcce524968dbb4777df59c9
parent67b649fa0144e091577aa115d2efc6b1f03fd6db
parent01024f57cb18b5d47ee318e034a96644cd761963
Merge branch 'fix-p-switch' into 'master'

Fix the '-p' command-line switch

(Fix for issue #1)

The -p option of the SPIR-V disassembler does not print anything to stdout, contrarily to what the usage help says.

See merge request !8