commit | 111e5e6490c681ebb619deb2bdd2b8b5e274b55f | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Fri Jul 22 20:49:37 2005 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Fri Jul 22 20:49:37 2005 +0000 |
tree | 69f381cb75e96ecb629726e8af61edd7ab898b41 | |
parent | 940b07c7fa39be0ace6db8901aede48ace7869b8 [diff] [blame] |
update interface llvm-svn: 22498
diff --git a/llvm/lib/Target/X86/X86JITInfo.h b/llvm/lib/Target/X86/X86JITInfo.h index 696d960..2d2f056 100644 --- a/llvm/lib/Target/X86/X86JITInfo.h +++ b/llvm/lib/Target/X86/X86JITInfo.h
@@ -50,7 +50,7 @@ /// it must rewrite the code to contain the actual addresses of any /// referenced global symbols. virtual void relocate(void *Function, MachineRelocation *MR, - unsigned NumRelocs); + unsigned NumRelocs, unsigned char* GOTBase); }; }