Fix #8933: viewcode: Failed to create back-links on parallel build

On parallel build mode, viewcode losts the back-links information on
gathering results from each process.  As a result, some back-links are
missing in the generated viewcode pages.

This fixes the merging back-links process for parallel builds.
This commit is contained in:
Takeshi KOMIYA
2021-02-26 01:51:01 +09:00
parent 4392557943
commit 255b4aee05
2 changed files with 9 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ Bugs fixed
:confval:`cpp_index_common_prefix` instead of the first that matches.
* C, properly reject function declarations when a keyword is used
as parameter name.
* #8933: viewcode: Failed to create back-links on parallel build
Testing
--------