[LLVMdev] makefile commands

Ryan M. Lefever lefever at crhc.uiuc.edu
Fri May 4 12:17:36 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?

Regards,
Ryan



More information about the llvm-dev mailing list