You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use CMAKE compiler to detect if linker script is supported.
UPC linker script support requires GNU ld with linker script
dump capability (--verbose option). Note that GNU Gold linker is not
compatible with this requirement.
set(LIBUPC_ENABLE_LINK_SCRIPT TRUECACHEBOOL"enable UPC's use of a custom linker script; this will define the UPC shared section as a no load section on targets where this feature is supported (requires GNU LD)")
0 commit comments