$ touch /tmp/test.c && ./bin/clang -mllvm -print-before=verify -c -emit-llvm /tmp/1.c clang (LLVM option parsing): for the -print-before option: Cannot find option named 'verify'! Looks like the passes were not registered by the time we parse the command line when invoked with clang. However, the option works perfectly fine with "llc". FYI, same is the case with "-mllvm print-after=<pass_name>
This bug exists in Clang-10, Clang-11 and Clang master.
This has been reported here http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20130617/178073.html