Commit 03e6857
committed
[compiler-rt] [test] Look for the right file name suffix for arm targets
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
8e11bed, 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.1 parent f218cd2 commit 03e6857
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
0 commit comments