Skip to content

depend on compiler builtins crate

Jimmy Brush requested to merge compiler_builtins into master

This should allow clients to use compiler builtins that are unavailable on our custom target. This is especially problematic for x86 and arm.

Merge request reports