summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize/Modularize.cpp
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2014-05-09 23:57:49 +0000
committerKevin Enderby <enderby@apple.com>2014-05-09 23:57:49 +0000
commit6abc2e58acf77abf9683fa1bd5cf12df829c0752 (patch)
tree5b5e61a9fba947eb2aa253077e3bc09e1ec9ccb2 /clang-tools-extra/modularize/Modularize.cpp
parentb6bd2f6cf7afab923b86c3b60eae09610bcbbcc2 (diff)
downloadbcm5719-llvm-6abc2e58acf77abf9683fa1bd5cf12df829c0752.tar.gz
bcm5719-llvm-6abc2e58acf77abf9683fa1bd5cf12df829c0752.zip
Fix llvm-nm to print the full 64-bit address for symbols in 64-bit object files.
The implementation might be better to have a method is64Bit() in the class SymbolicFile instead of having the static routine isSymbolList64Bit() in llvm-nm.cpp . But this is very much in the sprit of isObject() and getNMTypeChar() in llvm-nm.cpp that has a series of if else statements based on the specific class of the SymbolicFile. I can update this if folks would like. Also the tests were updated to be explicit about checking the address for 64-bits or 32-bits from object files. llvm-svn: 208463
Diffstat (limited to 'clang-tools-extra/modularize/Modularize.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud