[LLVMdev] makefile commands
Tanya M. Lattner
tonic at nondot.org
Fri May 4 13:19:13 PDT 2007
> When using the makefiles in LLVM, the commands that Make executes are
> hidden from the user. Instead something like:
>
> llvm[3]: Compiling Reg2Mem.cpp for Debug build
>
> is printed to the terminal, rather than the commands that are used to
> build Reg2Mem.cpp. Is there a way to get the makefiles to print the
> commands that they are executing?
VERBOSE=1
-Tanya
More information about the llvm-dev
mailing list