Skip to content

Commit

Permalink
Add workaround from llvm#63085
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcclellan-figma committed Oct 19, 2024
1 parent f72cf06 commit c3829e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if(APPLE)
set(ARM64 arm64)
set(ARM32 armv7 armv7s armv7k)
set(ARM64_32 arm64_32)
set(X86_64 x86_64 x86_64h)
set(X86_64 x86_64h)
endif()

if(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion compiler-rt/cmake/builtin-config-ix.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ set(VE ve)
if(APPLE)
set(ARM64 arm64 arm64e)
set(ARM32 armv7 armv7k armv7s)
set(X86_64 x86_64 x86_64h)
set(X86_64 x86_64h)
endif()

set(ALL_BUILTIN_SUPPORTED_ARCH
Expand Down

0 comments on commit c3829e0

Please sign in to comment.