-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[LLVM][DOCS] Add documentation for 'host' and 'Native' options in LLVM_TARGETS_TO_BUILD. #111382
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
Conversation
…M_TARGETS_TO_BUILD.
f0fe4aa
to
90e97b6
Compare
Hello, @nikic , I have already updated it, please take a look agagin. :) |
8ea74b3
to
4fb7d22
Compare
Not mentioned in the issue, but the value |
Okay, I have already updated it. :) |
@@ -836,6 +836,12 @@ enabled sub-projects. Nearly all of these variable names begin with | |||
The full list, as of March 2023, is: | |||
``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore`` | |||
|
|||
You can also specify ``host`` or ``Native`` to automatically detect and |
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.
Just document the common host
and omit Native
?
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.
It is good to only promote one canonical symbolic name, e.g. host
. However, for someone reading the documentation for understanding some project found on the net, it is really important that all accepted names are documented.
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.
Okay, thanks.
@MaskRay , Could you please help me merge this PR? Now I have not merge access right. :) |
Other reviewers have commented. We leave the PR open for a while |
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.
LGTM
@@ -836,6 +836,12 @@ enabled sub-projects. Nearly all of these variable names begin with | |||
The full list, as of March 2023, is: | |||
``AArch64;AMDGPU;ARM;AVR;BPF;Hexagon;Lanai;LoongArch;Mips;MSP430;NVPTX;PowerPC;RISCV;Sparc;SystemZ;VE;WebAssembly;X86;XCore`` | |||
|
|||
You can also specify ``host`` or ``Native`` to automatically detect and | |||
include the target corresponding to the host machine's architecture, or | |||
use ``all`` to include all available targets. |
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.
Note that all is already mentioned above (in the part that github helpfully hides by default).
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.
Okay, thanks!
Thanks! |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/73/builds/6863 Here is the relevant piece of the build log for the reference
|
Thanks all for the speedy fix! |
…M_TARGETS_TO_BUILD. (llvm#111382) From llvm#111356
From #111356