-
Notifications
You must be signed in to change notification settings - Fork 34
[ATfL] build.sh modification to generate flang/armflang manpages #363
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
[ATfL] build.sh modification to generate flang/armflang manpages #363
Conversation
|
This PR had to wait until a fix for generating flang manpages has landed upstream. |
kiranchandramohan
left a comment
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.
LG. Have one question.
| -DCMAKE_SKIP_RPATH=No | ||
| -DCMAKE_SKIP_INSTALL_RPATH=No | ||
| -DLLVM_BUILD_DOCS=ON | ||
| -DFLANG_INCLUDE_DOCS=OFF |
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.
Why are we switching this off? This is also not mentioned in the summary.
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.
We were switching it OFF as it used to fail before a recent upstream change has merged. Now in this commit I'm removing the line that switched generating the flang pages off.
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've added a reference to the relevant upstream PR in this PR commit message.
Answered (and updated the commit message with relevant information) |
kiranchandramohan
left a comment
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.
LG.
This commit removes disablement of generating the flang docs (man pages). It was disabled as it had been failing. We had to wait until a fix for generating flang manpages has landed upstream. See llvm/llvm-project#141882