[PATCH] D100729: [Docs] Mention LLVM_EXPERIMENTAL_TARGETS_TO_BUILD variable in CMake.rst
Min-Yih Hsu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 19 14:15:37 PDT 2021
myhsu added inline comments.
================
Comment at: llvm/docs/CMake.rst:232
+ to the list of all the targets. Once the target becomes stable, It can be
+ added to the LLVM_ALL_TARGETS variable located in the main CMakeLists.txt.
+
----------------
I don't think we should mention `LLVM_ALL_TARGETS` here since it's an internal variable.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100729/new/
https://reviews.llvm.org/D100729
More information about the llvm-commits
mailing list