Displaying 1 result from an estimated 1 matches for "rl289668".
Did you mean:
r289668
2016 Dec 19
0
LLVM Weekly - #155, Dec 19th 2016
...llvm.org/rL289627).
* inrange annotations are now used on vtable getelementptr. This allows the
optimiser to split vtable groups. [r289585](http://reviews.llvm.org/rL289585).
* You can now set the default linker when building clang through
`CLANG_DEFAULT_LINKER`. [r289668](http://reviews.llvm.org/rL289668).
* Clang gained a testbed and skeleton of a new expression parser.
[r290004](http://reviews.llvm.org/rL290004).
## Other project commits
* It is now possible to build lld standalone, i.e. with an existing LLVM
installation. [r289421](http://reviews.llvm.org/rL289421).
* formatv support has be...