It causes libraries whose names start with "swift" to be force-loaded.
Note that unlike the more general -force_load, this flag only applies
to libraries specified via LC_LINKER_OPTIONS, and not those passed on
the command-line. This is what ld64 does.
Details
Details
- Reviewers
 gkm thakis - Group Reviewers
 Restricted Project - Commits
 - rG447dfbe005a7: [lld-macho] Implement -force_load_swift_libs
 
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo