In general, llvm-symbolizer follows the output style of GNU's addr2line. However, there are still some differences; in particular, for a requested address, llvm-symbolizer prints line and column, while addr2line prints only line number.
This patch adds a new switch to select the preferred style.
Other dissimilarities might be addressed later if required.