Displaying 1 result from an estimated 1 matches for "b281211".
Did you mean:
281211
2020 Nov 09
0
LLVM Weekly - #358, November 9th 2020
...ed.
[82f86ae](https://reviews.llvm.org/rG82f86ae01a5).
* A custom config file can now be specified for clang-tidy using
`--config-file`. [d6a468d](https://reviews.llvm.org/rGd6a468d622b).
## Other project commits
* A new 'TOSA' (Tensor Operator Set Architecture) MLIR dialect was added.
[b281211](https://reviews.llvm.org/rGb28121133d8).
* A design document was added for runtime derived type descriptions in Clang.
[8fc07fe](https://reviews.llvm.org/rG8fc07fed32b).
* LLD now allows you to specify a custom to script to be called for missing
libraries, which could be used to provide extra su...