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