Skip to content

Commit fe04b8d

Browse files
committed
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 c3325dc commit fe04b8d

File tree

6 files changed

+469
-465
lines changed

6 files changed

+469
-465
lines changed

0 commit comments

Comments
 (0)