AT https://llvm.org/docs/CMake.html#frequently-used-llvm-related-variables listed all possible values for LLVM_TARGETS_TO_BUILD.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I just have one minor suggestion.
Otherwise, LGTM.
llvm/docs/CMake.rst | ||
---|---|---|
741–742 | The backends available in LLVM can change over time. |
Comment Actions
Hmm, I do not see the updated diff here in phabricator.
I do not use arc myself, so I'm not sure what the right command is to upload the most recent version of your patch here.
Looking at the documentation about arc at https://secure.phabricator.com/book/phabricator/article/arcanist_diff/, did you maybe forget to run the 'git commit -a' command before running 'arc diff'?
The backends available in LLVM can change over time.
When a backend is removed/added, the people doing so may well forget to update the list here.
Therefore, maybe it may be better to write:
"The full list, as of October 2022, is:"?