CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/10/25 03:25:38
Modified files:
devel/llvm : Makefile
devel/llvm/patches: patch-tools_lld_ELF_Driver_cpp
patch-tools_lld_ELF_SyntheticSections_cpp
patch-tools_lld_ELF_Writer_cpp
Added files:
devel/llvm/patches: patch-tools_lld_ELF_Config_h
patch-tools_lld_ELF_Options_td
patch-tools_lld_ELF_Symbols_cpp
patch-tools_lld_ELF_Symbols_h
Log message:
Sync with base:
- Accept both `--foo bar` and `--foo=bar` styles options.
- Add support for -z initfirst.
- Generate __data_start symbol that marks the start of .data when __data_start
is referenced from code being linked.
>From Brad (maintainer)