[llvm-bugs] [Bug 24438] New: sphinx docs fail to build with: "undefined label: langext-address_sanitizer"

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Aug 12 10:58:58 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24438

            Bug ID: 24438
           Summary: sphinx docs fail to build with: "undefined label:
                    langext-address_sanitizer"
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Documentation
          Assignee: unassignedclangbugs at nondot.org
          Reporter: hans at chromium.org
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

The problem seems to be that docs/AddressSanitizer.rst (and some other
sanitizer docs) refer to labels that are expected to be found in
docs/AttributeReference.rst.

But that file is empty, and says it's supposed to be regenerated manually with
"clang-tblgen -gen-attr-docs".

It would be much nicer if that would all happen automatically as part of
building the sphinx target.

As it is, the sphinx target fails to build, which throws me off when building
the docs for a release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150812/08a09797/attachment-0001.html>


More information about the llvm-bugs mailing list