- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear,
Currently, ifx supports only ld, bfg and gold linkers:
```
-fuse-ld=<arg>
Use different linker instead of default linker (ld)
bfd - use bfd linker
gold - use gold linker
```
It would be nice to have well-parallelized linkers lld (from LLVM infrastructure) and mold (The Modern Linker from rui314) to link large applications faster.
Links:
- lld: https://github.com/llvm/llvm-project/tree/main/lld
- mold: https://github.com/rui314/mold/tree/main
The following results are taken from mold repo (https://github.com/rui314/mold/tree/main
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lld is supported. See the Developer Guide and Reference (DGR). Not sure how it was missed in ifx -help. We'll get it fixed.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
lld is supported. See the Developer Guide and Reference (DGR). Not sure how it was missed in ifx -help. We'll get it fixed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By the way, what is about mold?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No plans for mold at this time.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page