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.
2 parents e9b0e8f + 5d683d9 commit 8c1bfbeCopy full SHA for 8c1bfbe
stdlib/private/StdlibUnittest/SymbolLookup.swift
@@ -26,9 +26,9 @@
26
#elseif os(Linux)
27
let RTLD_DEFAULT = UnsafeMutableRawPointer(bitPattern: 0)
28
#elseif os(Android)
29
- #if arch(arm)
+ #if arch(arm) || arch(i386)
30
let RTLD_DEFAULT = UnsafeMutableRawPointer(bitPattern: 0xffffffff as UInt)
31
- #elseif arch(arm64)
+ #elseif arch(arm64) || arch(x86_64)
32
33
#else
34
#error("Unsupported platform")
0 commit comments