If a path given to the symbolizer cannot be loaded as a binary file, and
the path string is a 160 character hex, attempt to look up the binary
via DebugInfoD. This will first try cache directories, then an HTTP
lookup if built with libcurl.
This allows Build IDs to be provided to llvm-symbolizer anywhere a path
could be provided: in stdin, via flag, via args, or via environment
variables.
Nit: spelling.