Skip to content

Test project for the behavior of -ObjC vs -force_load as linker flags.

Notifications You must be signed in to change notification settings

perotinus/ObjCForceLoadTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ObjCForceLoadTest

Test project for the behavior of -ObjC vs -force_load as linker flags.

Has a few application targets:

  • Linking_ObjCFlag – links using -ObjC
  • Linking_ForceLoadFlag – links using -force_load

Each target contains one library with only Objective C code, and one with C++ code as well. Run nm on the resultant binaries to see which symbols are linked into each binary.

About

Test project for the behavior of -ObjC vs -force_load as linker flags.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages