[runtimes] Fix incorrect comment about the purpose of LLVM_DEFAULT_TARGET_TRIPLE
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 16 Nov 2021 16:43:42 +0000 (11:43 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 16 Nov 2021 21:01:24 +0000 (16:01 -0500)
commit86d866f2f60227fcba61909a726249e1dee1cf88
tree7476bf57eefa1b17306543503f029eaf21b63d0d
parenta45d2287adf7942a26be02193731701e61eda7b4
[runtimes] Fix incorrect comment about the purpose of LLVM_DEFAULT_TARGET_TRIPLE

5beec6fb04e7 added LLVM_DEFAULT_TARGET_TRIPLE to the runtimes build with
a comment, however I believe that comment had been copied from the LLVM
build tree. In the context of the runtimes, LLVM_DEFAULT_TARGET_TRIPLE
is used to set what targets we are building for, not the target for which
we "generate code".

Differential Revision: https://reviews.llvm.org/D114007
runtimes/CMakeLists.txt