CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/12/26 17:15:46
Modified files:
devel/llvm : Makefile
devel/llvm/patches:
patch-tools_clang_lib_Driver_ToolChains_OpenBSD_cpp
patch-tools_clang_lib_Driver_ToolChains_OpenBSD_h
patch-tools_lld_ELF_SyntheticSections_cpp
Log message:
Merge two improvements from base-clang/lld
- Make clang emit the proper path to our libcompiler_rt.a when asked to.
- Sort relative relocations (and relocations against the same symbol) by offset
to optimize the cache and UVM faulting behavior
from Brad