diff options
author | sameeran joshi <sameeranjayant.joshi@amd.com> | 2020-11-10 09:58:01 +0530 |
---|---|---|
committer | Sameeran joshi <joshisameeran17@gmail.com> | 2020-11-10 22:24:49 +0530 |
commit | 7282d9e170a0b45e799ab28ae6be836fe8f67c2c (patch) | |
tree | 7fde943a3c2a2307db98b851fbffdc93343cc63a /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | c981fa169acd9fc063ecc7c939f0c9f3fe842473 (diff) | |
download | llvm-7282d9e170a0b45e799ab28ae6be836fe8f67c2c.zip llvm-7282d9e170a0b45e799ab28ae6be836fe8f67c2c.tar.gz llvm-7282d9e170a0b45e799ab28ae6be836fe8f67c2c.tar.bz2 |
[Flang][Docs] Fix warnings when building docs.
Following warning were seen with recommonmark(0.5.0) and sphinx(1.8.5).
`parser.py:75: UserWarning: Container node skipped: type=document warn("Container node skipped: type={0}".format(mdnode.t))`
The warnings are due to an issue in recommonmark's(a python package) older versions.
A better solution is to use the latest version of recommonmark(>=0.6.0) to avoid
these issue in the first place.
This patch fixes the warnings for older versions.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D91117
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions