| commit | f4646a7e544f61c03c8f4771780b28bd7cc498b8 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Mon Dec 11 23:22:45 2006 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Mon Dec 11 23:22:45 2006 +0000 |
| tree | 86ef066a43ffcd9caff6564e07076d8df3a54233 | |
| parent | 2d73fe7fadc17c763988953a7a952cc344452509 [diff] |
Another step forward in PPC64 JIT support: we now no-longer need stubs emitted for external globals in PPC64-JIT-PIC mode (which is good because we didn't handle them before!). This also fixes a bug handling the picbase delta, which we would get wrong in some cases. llvm-svn: 32451