[all-commits] [llvm/llvm-project] 4ac4d6: [cmake] Export GetHostTriple.cmake
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Sep 28 07:29:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ac4d6bc9f312e18416739d70c9beb727acd33fb
https://github.com/llvm/llvm-project/commit/4ac4d6bc9f312e18416739d70c9beb727acd33fb
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M llvm/cmake/modules/CMakeLists.txt
Log Message:
-----------
[cmake] Export GetHostTriple.cmake
GetHostTriple is used by the runtimes build, so this cmake file
must be exported. Otherwise it is not possible to build runtimes
against a previously built LLVM.
Differential Revision: https://reviews.llvm.org/D134730
More information about the All-commits
mailing list