Emit importer-generated thunks as linkonce_odr hidden into every translation unit that imports the corresponding module.

Swift SVN r3547
This commit is contained in:
Doug Gregor
2012-12-19 21:50:55 +00:00
parent c028c79763
commit 3f19098a7e
4 changed files with 23 additions and 15 deletions

View File

@@ -256,8 +256,6 @@ public:
NameBound,
/// \brief The definition has been type-checked.
TypeChecked,
/// \brief IR for the definition has been generated.
IRGenerated
};
private: