[NFC][opt] Improve help message (#97805)
commitd6e5b1421e368161f6e4c6db577fcc68d5c8f3a2
authorNabeel Omer <nabeel.omer@sony.com>
Fri, 5 Jul 2024 10:43:54 +0000 (5 11:43 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Jul 2024 10:43:54 +0000 (5 11:43 +0100)
treebc8431f3614d99cf3ac18a1c2028d754c03a49a9
parent959ff45bdad1777598c89b662fc98653a19eb8a3
[NFC][opt] Improve help message (#97805)

This patch changes all single quotes in the help text to double quotes
for the sake of cross platform correctness.

The single quotes previously used in the help message are correct for
bash and most other shells but aren't correct for the Windows command
prompt as it only interprets double quotes in the manner intended in the
help message.

This patch was prompted by the fact that if you aren't aware of the
aformentioned quirk the single quotes result in very confusing error
messages from the command prompt.
llvm/tools/opt/optdriver.cpp