[all-commits] [llvm/llvm-project] 491a4a: [CMake] Passthrough CMAKE_SYSTEM_NAME to default b...
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Feb 4 22:38:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 491a4a7ac9e39fd4cc20a21e7da1961dfc7fc275
https://github.com/llvm/llvm-project/commit/491a4a7ac9e39fd4cc20a21e7da1961dfc7fc275
Author: Petr Hosek <phosek at google.com>
Date: 2020-02-04 (Tue, 04 Feb 2020)
Changed paths:
M llvm/runtimes/CMakeLists.txt
Log Message:
-----------
[CMake] Passthrough CMAKE_SYSTEM_NAME to default builtin and runtimes target
When building the default builtin and runtimes target, set the
CMAKE_SYSTEM_NAME to the current one. This is not necessary on
Linux and Darwin, but it appears to be necessary on Windows,
otherwise CMake fails.
Differential Revision: https://reviews.llvm.org/D73811
More information about the All-commits
mailing list