Displaying 1 result from an estimated 1 matches for "r321804".
Did you mean:
rl321804
2018 Jan 08
0
LLVM Weekly - #210, Jan 8th 2018
...enabled at -O0 by default for AArch64.
[r321655](http://reviews.llvm.org/rL321655).
* A new documentation page describing how to contribute to LLVM has been
added, detailing how to find topics to work on, how to submit a patch, and
where to learn more about LLVM's architecture and internals.
[r321804](http://reviews.llvm.org/rL321804).
* LLVM's OptTable class (in libLLVMOption) gained a `findNearest` method which
can be used to implement "did you mean..." responses in LLVM tools for
unrecognised options. This functionality was previously only available in the
CommandLine library...