This is an archive of the discontinued LLVM Phabricator instance.

[docs] Add llvm & clang release notes for LoongArch
ClosedPublic

Authored by SixWeining on Jan 13 2023, 10:50 PM.

Diff Detail

Event Timeline

SixWeining created this revision.Jan 13 2023, 10:50 PM
SixWeining requested review of this revision.Jan 13 2023, 10:50 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJan 13 2023, 10:50 PM

I'm not sure if there is any format issue. Is there any way to verify? e.g. how to generate .html like https://llvm.org/docs/ReleaseNotes.html?

I'm not sure if there is any format issue. Is there any way to verify? e.g. how to generate .html like https://llvm.org/docs/ReleaseNotes.html?

Now I find it: llvm/docs/README.txt.

pip3 install --user recommonmark sphinx # sphinx-automodapi for lldb

cmake ...

ninja ... docs-llvm-html

Fix the issue "Title underline too short" reported by sphinx-build.

pip3 install --user recommonmark sphinx # sphinx-automodapi for lldb

cmake ...

ninja ... docs-llvm-html

Thanks.

rengolin accepted this revision.Jan 15 2023, 11:43 PM

Nice! Thanks for the detailed reporting. LGTM.

This revision is now accepted and ready to land.Jan 15 2023, 11:43 PM
This revision was landed with ongoing or failed builds.Jan 17 2023, 4:57 AM
This revision was automatically updated to reflect the committed changes.