diff --git a/lib/Linker/LinkModules.cpp b/lib/Linker/LinkModules.cpp index f3a37aea536..d8f67ff1aad 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 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; diff --git a/lib/Transforms/Utils/Linker.cpp b/lib/Transforms/Utils/Linker.cpp index f3a37aea536..d8f67ff1aad 100644 --- a/lib/Transforms/Utils/Linker.cpp +++ b/lib/Transforms/Utils/Linker.cpp @@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) { // map 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; diff --git a/lib/VMCore/Linker.cpp b/lib/VMCore/Linker.cpp index f3a37aea536..d8f67ff1aad 100644 --- a/lib/VMCore/Linker.cpp +++ b/lib/VMCore/Linker.cpp @@ -423,15 +423,6 @@ bool LinkModules(Module *Dest, const Module *Src, string *ErrorMsg) { // map 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;