[all-commits] [llvm/llvm-project] dbf03a: Compiler-rt: Fix MIPS CMake variables set
YunQiang Su via All-commits
all-commits at lists.llvm.org
Wed Aug 23 14:06:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbf03ad68ecce8fb1b2cc52a03d76a384f2537f8
https://github.com/llvm/llvm-project/commit/dbf03ad68ecce8fb1b2cc52a03d76a384f2537f8
Author: YunQiang Su <wzssyqa at gmail.com>
Date: 2023-08-23 (Wed, 23 Aug 2023)
Changed paths:
M compiler-rt/CMakeLists.txt
M compiler-rt/cmake/base-config-ix.cmake
Log Message:
-----------
Compiler-rt: Fix MIPS CMake variables set
Move the code which sets CMake variables for MIPS to
compiler-rt/cmake/base-config-ix.cmake from compiler-rt/CMakeLists.txt.
compiler-rt/CMakeLists.txt includes compiler-rt/cmake/base-config-ix.cmake
very early. If the variables are set in compiler/CMakeLists.txt,
compiler-rt/cmake/base-config-ix.cmake cannot use them.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D157900
More information about the All-commits
mailing list