Displaying 1 result from an estimated 1 matches for "rl329179".
Did you mean:
r329179
2018 Apr 09
0
LLVM Weekly - #223, Apr 9th 2018
...ps://reviews.llvm.org/rL328986).
* A python utility was added that uses llbm-objdump to to look for indirect
calls or jumps in x86 assembly. [r329050](https://reviews.llvm.org/rL329050).
* Initial support for generating DWARF v5 Accelerator Tables was committed.
[r329179](https://reviews.llvm.org/rL329179).
## Clang commits
* The new bugprone-parent-virtual-call clang-tidy check will flag cases where
grandparent virtual methods are called rather than an parent's overridden
virtual method.
[r329448](https://reviews.llvm.org/rL329448).
* Support for the `-fsanitize=shadow-call-stack` flag was...