[all-commits] [llvm/llvm-project] 9cb9a9: [CMake] Use Clang to infer the target triple (#89425)
Petr Hosek via All-commits
all-commits at lists.llvm.org
Fri Jul 5 22:56:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cb9a97e44130e17e96f994c3e594aba69ea1ad5
https://github.com/llvm/llvm-project/commit/9cb9a97e44130e17e96f994c3e594aba69ea1ad5
Author: Petr Hosek <phosek at google.com>
Date: 2024-07-05 (Fri, 05 Jul 2024)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M compiler-rt/cmake/Modules/CompilerRTUtils.cmake
M runtimes/CMakeLists.txt
Log Message:
-----------
[CMake] Use Clang to infer the target triple (#89425)
When using Clang as a compiler, use Clang to normalize the triple that's
used to construct path for runtime library build and install paths. This
ensures that paths are consistent and avoids the issue where the build
uses a different triple spelling.
Differential Revision: https://reviews.llvm.org/D140925
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list