-
Notifications
You must be signed in to change notification settings - Fork 36
[ATfL] Add references to the standards support #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: arm-software
Are you sure you want to change the base?
Conversation
Thanks @kiranchandramohan for providing the pages referenced from these files! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should instead link to the markdown files within the repo. I think the on-website documentation is regenerated as things are changed in main, whereas what we want here is something frozen to this particular LLVM release
I think this is for the main branch of arm-toolchain which is kept in sync with upstream LLVM main branch. So the documentation for the main branch should move with upstream. |
If we link to the markdown files in this repo, then it will remain up to date with the main branch, but will also remain correct on a release branch. Linking to the online documentation feels like something which would be easy to forget to fix on a release branch and which doesn't have any upside (as github will render the markdown anyway). |
This is a good point. |
@pawosm-arm Could you discuss with @tblah whether there is a better way to organize the documentation? |
We should also look into how upstream LLVM does release notes and see whether we can do something similar. If nothing can be done, we should add a link to each of the relevant tool's page for a user to understand what are the changes in the release. |
Will do |
We've discussed it and came to some conclusions:
|
No description provided.