I am trying to understand an existing pass in LLVM and thus trying to print the nicely written debug messages in the pass. I am doing so by using clang -debug -some-other-flags
. However while compiling it says:
clang: warning: argument unused during compilation: '-debug'
How to enable the debug output?