Files
clang-p2996/llvm/test/CodeGen/SPIRV/debug-info
Justin Bogner b1e058943b [SPIRV][test] Make debug info test robust to unix/windows differences (#105965)
I don't know if this is the right thing to do or if the emitter should
be normalizing path separators, but this gets this test to pass on
windows where `sys::path::append` will use "\" instead of "/".

This is another follow up to #97558, as #105889 managed to fix the
build, but not all of the tests.
2024-08-26 12:05:55 -07:00
..