While working on adding more implicit search paths to the
lld COFF driver, it was helpful to have a way to print all
the search paths, both for debugging and for testing without
having to create very complicated test cases.
This is a simple arg that just prints the search paths and exits.
If we want to behave more like ld.lld, --print-* does not quit early. If we want to behave more like clang driver, options like --print-target-triple quit early. I think the ld.lld style makes more sense.