iDingDong

Results 2 issues of iDingDong

### Xmake Version 2.9.3 ### Operating System Version and Architecture Windows 11 23H2 ### Describe Bug I attempted to compile the following code with xmake and MSVC: `test.cppm` ```cpp export...

bug

This case uses a shader that `OpLoad`/`OpStore` for `OpTypeRayQueryKHR`: [https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5663](https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5663) [https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5664](https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5664) [https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5715](https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5715) [https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5757](https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5757) [https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5772](https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5772) [https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5784](https://github.com/KhronosGroup/VK-GL-CTS/blob/a7dbc48b7b028e9e4bb14cde64c21ad268efd434/external/vulkancts/modules/vulkan/ray_query/vktRayQueryBuiltinTests.cpp#L5784) Which I believe would be against the amendment to SPIR-V specification for SPV_KHR_ray_query which says:...