Subzero: Suppress a warning as a result of an updated clang.

Also improve some diagnostic output in the Makefile.

BUG= none
R=jpp@chromium.org

Review URL: https://codereview.chromium.org/1941593002 .
diff --git a/Makefile b/Makefile
index f311a5f..d8f17a9 100644
--- a/Makefile
+++ b/Makefile
@@ -27,4 +27,5 @@
   CPP.Defines += -DALLOW_DUMP=1 -DALLOW_LLVM_CL=1 -DALLOW_LLVM_IR=1 \
     -DALLOW_TIMERS=1 -DALLOW_LLVM_IR_AS_INPUT=1 -DALLOW_MINIMAL_BUILD=0 \
     -DALLOW_WASM=0 -DPNACL_BROWSER_TRANSLATOR=0
+  CXX.Flags += -Wno-undefined-var-template
 endif