[llvm-commits] [PATCH 1/3] Disable -Wuninitialized for gcc

Joerg Sonnenberger joerg at britannica.bec.de
Wed Jan 9 18:08:37 PST 2013


On Wed, Jan 09, 2013 at 10:46:49AM -0800, Eric Christopher wrote:
> One nit:
> 
> +if test "$GXX" = "yes"
> +then
> 
> is usually done:
> 
> if test "x$GXX" = "xyes"; then

That style is mostly a workaround for ancient test implementations that
don't do correct precedence rules.

Joerg



More information about the llvm-commits mailing list