goron
goron copied to clipboard
不兼容32位设备?
编译完成的时候大概率会有警告,使用的是LLVM9.0分支
⚠️ ld: 32-bit absolute address out of range (0x1000C7630 max is 4GB): from -[MASConstraint init]_IndirectGVars + 0x00000004 (0x0021C7E0) to 0x1000C7630
⚠️ ld: 32-bit absolute address out of range (0x1000C91BC max is 4GB): from -[MASConstraint init]_IndirectGVars + 0x00000000 (0x0021C7E0) to 0x1000C91BC
⚠️ ld: 32-bit absolute address out of range (0x1001DD4F4 max is 4GB): from -[MASConstraint left]_IndirectGVars + 0x00000000 (0x0021C93C) to 0x1001DD4F4
应该支持的,我用llvm 7.0编译测试过安卓32,64位库和可执行程序.方便的话能否提供个小demo我看是否能重现.
我把对应的代码抽出来放Demo编译就没这个问题,放到项目里面就有问题,玄学了...🤣🤣 我试试能不能找到原因