[all-commits] [llvm/llvm-project] 86d866: [runtimes] Fix incorrect comment about the purpose...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Nov 16 13:01:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86d866f2f60227fcba61909a726249e1dee1cf88
https://github.com/llvm/llvm-project/commit/86d866f2f60227fcba61909a726249e1dee1cf88
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-11-16 (Tue, 16 Nov 2021)
Changed paths:
M runtimes/CMakeLists.txt
Log Message:
-----------
[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
More information about the All-commits
mailing list