Displaying 1 result from an estimated 1 matches for "r321587".
Did you mean:
321587
2018 Jan 01
0
LLVM Weekly - #209, Jan 1st 2018
...## Clang commits
* Clang gained support for configuration files containing driver options. They
may be specified explicitly, or the configuration file might be encoded in the
executable name (the associated documentation suggests an armv7-clang symlink
would cause clang to search for armv7l.cfg).
[r321587](https://reviews.llvm.org/rL321587).
* The `-fopenmp-simd` option can be used to enable OpenMP SIMD features
without any emission of OpenMP runtime calls.
[r321560](https://reviews.llvm.org/rL321560).
## Other project commits
* The build documentation for the LLVM project's OpenMP library h...