summaryrefslogtreecommitdiffstats
path: root/tests/modules
Commit message (Collapse)AuthorAge
* warn when the user puts a file extension in an implementing directive (#6757)Ellie Hermaszewska2025-04-08
| | | Closes https://github.com/shader-slang/slang/issues/5995
* IR: Add SPIR-V disassembly for embedded downstream IR dumps (#6529)Mukund Keshava2025-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * IR: Add SPIR-V disassembly for embedded downstream IR dumps When dumping IR that contains embedded downstream SPIR-V code (via EmbeddedDownstreamIR instructions), display the disassembled SPIR-V instead of just showing "<binary blob>". This CL also does: - Adds a new interface for disassembly and get result. - Modify export-library-generics.slang test test to check for the disassembled SPIR-V Fixes #6513 * Add module-dual-target-verify test Fixes #6517 Adds a new test to verify that dxil and spirv targets are stored separately in the precompiled blob. * Fix review comments from cheneym2 * format code --------- Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
* Avoiding the use of the global AST builder in DeclRefType::create (#4866)venkataram-nv2024-08-16