diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2002-09-12 16:05:39 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2002-09-12 16:05:39 +0000 |
commit | 1326a7c7db5f838bcec5760024072bbdc85ff688 (patch) | |
tree | e572428ca3d4af7d3304ede9bf22bca2781a94e3 /llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp | |
parent | 3ce479c13cf7d71beaf2ee721ddfc49cb12af191 (diff) | |
download | llvm-1326a7c7db5f838bcec5760024072bbdc85ff688.zip llvm-1326a7c7db5f838bcec5760024072bbdc85ff688.tar.gz llvm-1326a7c7db5f838bcec5760024072bbdc85ff688.tar.bz2 |
Compiling with "gmake" should produce less output. The compilation/linking
flags are always the same anyway, who wants to see so much text on the
screen? Compiling with "gmake VERBOSE=1" should produce all the output
you're used to.
Basically it checks for VERBOSE being defined, and if it is, sets VERB
appropriately. VERB is then prepended in a bunch of key places such that
when VERB is "@", the command is not echoed, when VERB is not set to
anything, it's as before.
One thing I could not get rid of is "gmake[1]: Entering directory <blah>",
but running "gmake -s" suppresses it all, and shows just the interesting
stuff.
Now output (when running "gmake -s" will look something like):
<snip>
======= Linking target debug library =======
Compiling Writer.cpp
Compiling getLLVMinfo.cpp
Compiling as.cpp
Compiling dis.cpp
Compiling opt.cpp
Compiling gccas.cpp
<snip>
llvm-svn: 3686
Diffstat (limited to 'llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp')
0 files changed, 0 insertions, 0 deletions