DirectXShaderCompiler icon indicating copy to clipboard operation
DirectXShaderCompiler copied to clipboard

Rename `/P` to `/Po` and match `cl.exe` `/P` behavior

Open llvm-beanz opened this issue 3 years ago • 1 comments

DXC's /P flag doesn't match the behavior of cl.exe, which many other DXC flags do. Perhaps we can rename /P to /Po to preserve the existing behavior and make /P behave as cl.exe.

llvm-beanz avatar Aug 22 '22 20:08 llvm-beanz

This is worth doing to further align dxc with clang-dxc.

damyanp avatar Jul 25 '24 17:07 damyanp