[all-commits] [llvm/llvm-project] 2e3153: [CMake] Support undefined LLVM_NATIVE_ARCH in llvm...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Thu Jan 26 11:37:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e3153059c268700d4b399a8cbba28e9c2514e09
https://github.com/llvm/llvm-project/commit/2e3153059c268700d4b399a8cbba28e9c2514e09
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M llvm/cmake/modules/LLVM-Config.cmake
Log Message:
-----------
[CMake] Support undefined LLVM_NATIVE_ARCH in llvm_map_components_to_libnames().
https://reviews.llvm.org/D142405 made this function relying on the
LLVM_NATIVE_ARCH be defined, which is not necessarily the case for
third-party projects that include LLVM as their part.
Reviewed By: beanz
Differential Revision: https://reviews.llvm.org/D142610
More information about the All-commits
mailing list