Displaying 1 result from an estimated 1 matches for "linker_options".
Did you mean:
link_options
2018 Feb 05
0
LLVM Weekly - #214, Feb 5th 2018
...have been refactored
to share common code. [r323718](http://reviews.llvm.org/rL323718).
* A scheduling model has been added for the Exynos M3.
[r323773](http://reviews.llvm.org/rL323773).
* A new extension is now supported, linker options can be passed from the
frontend to the linker through the `linker_options` section.
[r323783](http://reviews.llvm.org/rL323783).
* The X86 retpoline think insertion pass is now a machine function pass rather
than a module pass. [r323915](http://reviews.llvm.org/rL323915).
* InstCombine will now canonicalise to i8/i16/i32 operations even if the
resulting type isn't...