Commit 5dfee76
Allow CXX bridge and Rust symbols in symbol export check
When building with SPIRV_ENABLE_RUST_TARGET_ENV, the shared library
includes Rust FFI symbols from the cxx crate. Update the symbol export
check to allow:
- cxxbridge1$ : CXX bridge runtime symbols
- spvtools$ffi$ : SPIRV-Tools Rust FFI symbols
- _R : Rust v0 mangled symbols
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 10e0af7 commit 5dfee76
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments