[all-commits] [llvm/llvm-project] b33879: [compiler-rt] [test] Look for the right file name ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Fri Apr 25 02:17:45 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b3387968bece9c6d0f9cb8c3518563672f7ba3ee
https://github.com/llvm/llvm-project/commit/b3387968bece9c6d0f9cb8c3518563672f7ba3ee
Author: Martin Storsjö <martin at martin.st>
Date: 2025-04-25 (Fri, 25 Apr 2025)
Changed paths:
M compiler-rt/test/lit.common.configured.in
Log Message:
-----------
[compiler-rt] [test] Look for the right file name suffix for arm targets (#137174)
Compiler-rt libraries on arm use "arm" or "armhf" as suffix, not the
full exact arch name like "armv7".
This matches what was done for the build system in
8e11bede3a6ac11ebcc05c82fac39899feaf9534, to match the names that Clang
expects (in getArchNameForCompilerRTLib in Clang).
This fixes building a large number of the compiler-rt tests for
Windows/armv7.
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