Paul C. Anagnostopoulos via llvm-dev
2020-Sep-22 18:59 UTC
[llvm-dev] Now I really have broken the build
Sorry, I'm not sure what you mean. When I added the new TableGen reference a couple of weeks ago, I don't recall adding it to any list of documents. It appeared as if every document in the docs/ directories was built.
Johannes Doerfert via llvm-dev
2020-Sep-22 19:14 UTC
[llvm-dev] Now I really have broken the build
(OFF TOPIC) for me, your emails are not properly nested in the thread for some reason. If this is the same for others you might want to check your local email setup. Thanks, Johanes On 9/22/20 1:59 PM, Paul C. Anagnostopoulos via llvm-dev wrote:> Sorry, I'm not sure what you mean. When I added the new TableGen reference a couple of weeks ago, I don't recall adding it to any list of documents. It appeared as if every document in the docs/ directories was built. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Arthur Eubanks via llvm-dev
2020-Sep-22 19:16 UTC
[llvm-dev] Now I really have broken the build
I came across the same error when adding a new doc, I had to add it to UserGuides.rst (https://reviews.llvm.org/D86979 for an example). On Tue, Sep 22, 2020 at 11:59 AM Paul C. Anagnostopoulos via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Sorry, I'm not sure what you mean. When I added the new TableGen reference > a couple of weeks ago, I don't recall adding it to any list of documents. > It appeared as if every document in the docs/ directories was built. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200922/06b019f2/attachment.html>
Paul C. Anagnostopoulos via llvm-dev
2020-Sep-22 19:24 UTC
[llvm-dev] Now I really have broken the build
Let's see if this one is. I sent it by replying to the email with your post. I should also remember to leave the context below. At 9/22/2020 03:14 PM, Johannes Doerfert wrote:>(OFF TOPIC) > >for me, your emails are not properly nested in the thread for some reason. >If this is the same for others you might want to check your local email setup. > >Thanks, >Â Johanes > > >On 9/22/20 1:59 PM, Paul C. Anagnostopoulos via llvm-dev wrote: >>Sorry, I'm not sure what you mean. When I added the new TableGen reference a couple of weeks ago, I don't recall adding it to any list of documents. It appeared as if every document in the docs/ directories was built.
Paul C. Anagnostopoulos via llvm-dev
2020-Sep-22 19:29 UTC
[llvm-dev] Now I really have broken the build
Aha, you're right. It has to be listed in UserGuides.rst or referenced from a document listed in there. At least that appears to be the story. I will reference it from TableGen/index.rst, which I should do anyway. Can you explain how I should then fix the build. Do I simply push a new patch? At 9/22/2020 03:16 PM, Arthur Eubanks wrote:>I came across the same error when adding a new doc, I had to add it to UserGuides.rst (<https://reviews.llvm.org/D86979>https://reviews.llvm.org/D86979 for an example). > >On Tue, Sep 22, 2020 at 11:59 AM Paul C. Anagnostopoulos via llvm-dev <<mailto:llvm-dev at lists.llvm.org>llvm-dev at lists.llvm.org> wrote: >Sorry, I'm not sure what you mean. When I added the new TableGen reference a couple of weeks ago, I don't recall adding it to any list of documents. It appeared as if every document in the docs/ directories was built.