Displaying 1 result from an estimated 1 matches for "r269655".
Did you mean:
269655
2016 May 23
0
LLVM Weekly - #125, May 23rd 2016
...ot-based
testing infrastructure of the LLVM project) and is interested whether [anyone
uses these seemingly stale
modules](http://lists.llvm.org/pipermail/llvm-dev/2016-May/099739.html).
## LLVM commits
* llc will now report all errors in the input file rather than just exiting
after the first. [r269655](http://reviews.llvm.org/rL269655).
* The SPARC backend gained support for soft floating point.
[r269892](http://reviews.llvm.org/rL269892).
* `Reloc::Default` no longer exists. Instead, `Optional<Reloc>` is used.
[r269988](http://reviews.llvm.org/rL269988).
* An initial implementation of...