[all-commits] [llvm/llvm-project] 760f45: [CMake] Properly handle the LTO cache arguments fo...
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Mon May 25 00:39:44 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 760f45eacadbabf9634fb81d7ccaa16c269cf19e
https://github.com/llvm/llvm-project/commit/760f45eacadbabf9634fb81d7ccaa16c269cf19e
Author: Tobias Hieta <tobias at hieta.se>
Date: 2020-05-25 (Mon, 25 May 2020)
Changed paths:
M llvm/cmake/modules/HandleLLVMOptions.cmake
Log Message:
-----------
[CMake] Properly handle the LTO cache arguments for MinGW
We want to make sure that LINKER_IS_LLD_LINK is properly set - in
this case it shouldn't be set when building for MinGW.
Then we want to make the test for it correct and finally include
the option to build with thinlto cache since the MinGW driver now
supports that.
Differential Revision: https://reviews.llvm.org/D80493
More information about the All-commits
mailing list