[all-commits] [llvm/llvm-project] 999f04: [llvm-objcopy][MachO] Fix isExternalSymbol method
Alexander Shaposhnikov via All-commits
all-commits at lists.llvm.org
Fri May 1 18:42:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 999f04ce347c059238e713971547204f61a34312
https://github.com/llvm/llvm-project/commit/999f04ce347c059238e713971547204f61a34312
Author: Alexander Shaposhnikov <alexshap at fb.com>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
A llvm/test/tools/llvm-objcopy/MachO/symbol-table.test
M llvm/tools/llvm-objcopy/MachO/Object.h
Log Message:
-----------
[llvm-objcopy][MachO] Fix isExternalSymbol method
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
More information about the All-commits
mailing list