-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
LLVM_TARGETS_TO_BUILD incomplete documentation (missing "host", "Native") #111356
Comments
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: None (PerMildner)
https://github.com/llvm/llvm-project/blob/a1c0ba1646f5a80dadd34f55e4a36d5409c2675a/llvm/docs/CMake.rst?plain=1#L832
CMake.rst currently says: > LLVM_TARGETS_TO_BUILD:STRING However, many places, both in |
…M_TARGETS_TO_BUILD. (llvm#111382) From llvm#111356
…M_TARGETS_TO_BUILD. (llvm#111382) From llvm#111356
llvm-project/llvm/docs/CMake.rst
Line 832 in a1c0ba1
LLVM_TARGETS_TO_BUILD
values is not complete and is missing the useful and commonly used valueshost
andNative
.host
andNative
values forLLVM_TARGETS_TO_BUILD
do not seem to be documented anywhere.CMake.rst currently says:
However, many places, both in
llvm-project
and outside, seem to use the valueshost
andNative
, which sounds like useful options. Unfortunately both are undocumented (and it is unclear whether they mean the same thing and why sometimeshost
is used and sometimesNative
).The text was updated successfully, but these errors were encountered: