mirror of
https://github.com/intel/llvm.git
synced 2026-01-21 04:14:03 +08:00
Lots of users use "po" as their default print command. If the type doesn't implement the description function the output is often not what the user wants. Print a hint telling the user that they might prefer using "p" instead. Differential Revision: https://reviews.llvm.org/D153489