Check if the given C compiler can link objects produced by this compiler.
(self, ccompiler)
| 717 | return hook_name() |
| 718 | |
| 719 | def can_ccompiler_link(self, ccompiler): |
| 720 | """ |
| 721 | Check if the given C compiler can link objects produced by |
| 722 | this compiler. |
| 723 | """ |
| 724 | return True |
| 725 | |
| 726 | def wrap_unlinkable_objects(self, objects, output_dir, extra_dll_dir): |
| 727 | """ |
no outgoing calls
no test coverage detected