microsoft / DirectXShaderCompiler

This repo hosts the source for the DirectX Shader Compiler which is based on LLVM/Clang.
Other
3.11k stars 695 forks source link

[tools] add -help option for opt. #7002

Closed python3kgae closed 6 days ago

python3kgae commented 2 weeks ago

Add -help option to opt in opt.cpp.

The -help option for opt in clean llvm3.7 was disabled with disable -help

Fixes #5514

github-actions[bot] commented 2 weeks ago

:white_check_mark: With the latest revision this PR passed the C/C++ code formatter.