mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
c5ebacd65c
N_PEXT bit should not affect whether a symbol is considered to be external or not. This also fixes the construction of the symbol table since it relies on the correct ordering of symbols. Test plan: make check-all Differential revision: https://reviews.llvm.org/D78888