Displaying 1 result from an estimated 1 matches for "rl331370".
Did you mean:
r331370
2018 May 07
0
LLVM Weekly - #227, May 7th 2018
...its
* Initial support was added for the proposed `char8_t` type. This is
controlled by the flag `-fchar8_t` and is subject to change.
[r331244](https://reviews.llvm.org/rL331244).
* The MachineOutliner can now be explicitly enabled for AArch64 using
`-foutline`. [r331370](https://reviews.llvm.org/rL331370).
* getConstraintRegister was implemented for ARM and AArch64, allowing an error
to be generated if there are conflicts between the clobber list and
input/output lists for inline assembly.
[r331164](https://reviews.llvm.org/rL331164).
## Other project commits
* The WebAssembly linker now suppor...