summaryrefslogtreecommitdiff
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-05-20 23:04:47 +0000
committerKevin Enderby <enderby@apple.com>2014-05-20 23:04:47 +0000
commitb38059ab25cdabc9bcf4819cd82ab5955e8d3e3e (patch)
tree0dbfaadf07612e99198e0c0499bb34f112856532 /lib/CodeGen
parentacf621545dace3f78904072f88fb05dd983dab2e (diff)
downloadllvm-b38059ab25cdabc9bcf4819cd82ab5955e8d3e3e.tar.gz
llvm-b38059ab25cdabc9bcf4819cd82ab5955e8d3e3e.tar.bz2
llvm-b38059ab25cdabc9bcf4819cd82ab5955e8d3e3e.tar.xz
Update MachOObjectFile::getSymbolAddress so it returns UnknownAddressOrSize
for undefined symbols, so it matches what COFFObjectFile::getSymbolAddress does. This allows llvm-nm to print spaces instead of 0’s for the value of undefined symbols in Mach-O files. To make this change other uses of MachOObjectFile::getSymbolAddress are updated to handle when the Value is returned as UnknownAddressOrSize. Which is needed to keep two of the ExecutionEngine tests working for example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
0 files changed, 0 insertions, 0 deletions