summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunctionPass.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-10 17:58:51 +0000
committerChris Lattner <sabre@nondot.org>2009-08-10 17:58:51 +0000
commitec64b737121ad5bc85ecbb71c00ee3c73942be7a (patch)
treead31f859d1785a9d3aab8544e88d316f21e1398e /llvm/lib/CodeGen/MachineFunctionPass.cpp
parent7b01bf612549ff49c6800de1f94c7be2dac34796 (diff)
downloadbcm5719-llvm-ec64b737121ad5bc85ecbb71c00ee3c73942be7a.tar.gz
bcm5719-llvm-ec64b737121ad5bc85ecbb71c00ee3c73942be7a.zip
Fix a weird ppc64-specific link error during an llvm-gcc build:
ld: bad offset (0x00000091) for lo14 instruction pic-base fix-up in ___popcountdi2 from libgcc/./_popcountsi2_s.o The problem is that the non lazy symbol pointers need to be 8 byte aligned on ppc64 and .section doesn't have an implicit alignment like ".non_lazy_symbol_pointer" does. llvm-svn: 78572
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunctionPass.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud