We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9502d1b commit a2f72edCopy full SHA for a2f72ed
compiler-rt/test/lit.common.configured.in
@@ -69,7 +69,7 @@ elif config.android:
69
else:
70
set_default("target_suffix", "-%s-android" % config.target_arch)
71
72
- if config.target_arch.startswith("arm"):
+ if config.target_arch.startswith("arm") and not config.target_arch.startswith("arm64"):
73
if config.target_arch.endswith("hf"):
74
set_default("target_suffix", "-armhf")
75
0 commit comments