Skip to content

Commit b35b6c0

Browse files
Amanieuvladimir-ea
authored andcommitted
Wrap all intrinsics in the intrinsics! macro
This ensures that each intrinsic ends up in a separate module, which in turn (because rustc treats compiler_builtins specially) will result in each intrinsic ending up in its own object file. This allows the linker to only pick up object files for intrinsics that are missing and avoids duplicate symbol definition errors.
1 parent 33cf4af commit b35b6c0

File tree

6 files changed

+469
-465
lines changed

6 files changed

+469
-465
lines changed

0 commit comments

Comments
 (0)