mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
A default number of addressing bits was hardcoded in ABIMacOSX_arm64::FixAddress while we updated different environments to fetch the value dynamically. Remove the old hardcoded value. Differential Revision: https://reviews.llvm.org/D148603 rdar://108068497