From d2e0456f710a4b834afdd0db7e871befebf812b4 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Mon, 29 Aug 2011 16:28:28 +0300 Subject: [PATCH] sparse, llvm: Warn the user when we fall back to GCC Make sure the user knows when we're using GCC instead of sparse-llvm. Signed-off-by: Pekka Enberg --- sparsec | 1 + 1 file changed, 1 insertion(+) diff --git a/sparsec b/sparsec index 27eb6223..26062e1e 100755 --- a/sparsec +++ b/sparsec @@ -24,6 +24,7 @@ while [ $# -gt 0 ]; do done if [ $use_gcc -eq 1 ]; then + echo "Unsupported options, falling back to GCC..." gcc $ASOPTS $SPARSEOPTS else -- 2.11.4.GIT