diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-30 16:38:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-30 16:38:54 +0000 |
commit | ad772a7188d21f21e9b92d70755018a083a6efa2 (patch) | |
tree | 1b6ae226a1fb34e57ea472fb4d8e45d5c64f623c /lib/Linker | |
parent | 17689dfe241702cbbbd29cf1e4e4229444f3e9f3 (diff) | |
download | external_llvm-ad772a7188d21f21e9b92d70755018a083a6efa2.zip external_llvm-ad772a7188d21f21e9b92d70755018a083a6efa2.tar.gz external_llvm-ad772a7188d21f21e9b92d70755018a083a6efa2.tar.bz2 |
Remove FIXME's that aren't really needed after all.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Linker')
-rw-r--r-- | lib/Linker/LinkModules.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index f3a37ae..d8f67ff 100644 --- a/lib/Linker/LinkModules.cpp +++ b/lib/Linker/LinkModules.cpp @@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) { // map<const Value*, Value*> ValueMap; - // FIXME: - // FIXME: This should be a two step process: - // FIXME: 1. LinkGlobals & LinkFunctionProtos - // FIXME: 2. LinkGlobalContents - // FIXME: - // FIXME: Global variables and functions are the same! - // FIXME: - - // Insert all of the globals in src into the Dest module... without // initializers if (LinkGlobals(Dest, Src, ValueMap, ErrorMsg)) return true; |