mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-11 07:26:08 +00:00

This does the same as `--mcpu=help` but was only documented in the user guide. * Added a test for both options. * Corrected the single dash in `-mcpu=help` text. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D92305