Displaying 1 result from an estimated 1 matches for "rl331164".
Did you mean:
r331164
2018 May 07
0
LLVM Weekly - #227, May 7th 2018
...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 supports DWARF sections.
[r331566](https://reviews.llvm.org/rL331566).
* LLD gained support for the ThinLTO plugin options thinlto-index-only and
thinlto-prefix-replace. [r331405](https://reviews.llvm.org/rL331405).
* Code comments in LLD...