aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python/lldbsuite/test/lldbtest.py
diff options
context:
space:
mode:
authorSteven Perron <stevenperron@google.com>2025-08-21 10:43:29 -0400
committerGitHub <noreply@github.com>2025-08-21 14:43:29 +0000
commita53e73e6efb4cfe0440b7b35496c0c72b3ae6c4f (patch)
tree60eec3c1c4de1f59ac75db57234f5a812005b029 /lldb/packages/Python/lldbsuite/test/lldbtest.py
parentcfef05e69cb84d51c619b63af8def70691a478e9 (diff)
downloadllvm-a53e73e6efb4cfe0440b7b35496c0c72b3ae6c4f.zip
llvm-a53e73e6efb4cfe0440b7b35496c0c72b3ae6c4f.tar.gz
llvm-a53e73e6efb4cfe0440b7b35496c0c72b3ae6c4f.tar.bz2
[SPIRV][HLSL] Add DXC compatibility option for extension (#151554)
The default behaviour in DXC is to allow all extesions the compiler knows about. We did the same in clang: all extensions that clang knows about. However, this causes the shader to use different extensions because the two compilers have different sets of extensions. To avoid using a new extension when moving from DXC to Clang, we add the special DXC suboptions to `-fspv-extension`. If `-fspv-extension=DXC` is used, then the available extensions will be those available in DXC. --------- Co-authored-by: Chris B <beanz@abolishcrlf.org>
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbtest.py')
0 files changed, 0 insertions, 0 deletions