Skip to content

Commit 1ceccd4

Browse files
pccgithub-actions[bot]
authored andcommitted
Automerge: gn build: Spell arm64 correctly.
2 parents e772182 + 499930e commit 1ceccd4

File tree

1 file changed

+1
-1
lines changed
  • llvm/utils/gn/secondary/compiler-rt/lib/builtins

1 file changed

+1
-1
lines changed

llvm/utils/gn/secondary/compiler-rt/lib/builtins/sources.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if (current_cpu == "x86" || current_cpu == "x64") {
1111
builtins_defines = []
1212

1313
# This is based on who sets HasFloat16 to true in clang/lib/Basic/Targets.
14-
if (current_cpu == "aarch64" || current_cpu == "arm" ||
14+
if (current_cpu == "arm" || current_cpu == "arm64" ||
1515
current_cpu == "hexagon" || current_cpu == "riscv" ||
1616
current_cpu == "riscv64" || current_cpu == "x64") {
1717
builtins_defines += [ "COMPILER_RT_HAS_FLOAT16" ]

0 commit comments

Comments
 (0)