diff options
author | Anders Carlsson <andersca@mac.com> | 2009-04-02 05:55:18 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2009-04-02 05:55:18 +0000 |
commit | 91e20dd8bf1bc8980ee93839383d2bd170bce050 (patch) | |
tree | 0ccbc60a36d0d01f663750af628a7a5556609553 /lib/CodeGen/CodeGenModule.h | |
parent | 7db0a94675a0d5f33120e39144c3827d8bc8994f (diff) |
Emit code for linkage specifications.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.h')
-rw-r--r-- | lib/CodeGen/CodeGenModule.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/CodeGenModule.h b/lib/CodeGen/CodeGenModule.h index c0dbbf8267..8661d23caf 100644 --- a/lib/CodeGen/CodeGenModule.h +++ b/lib/CodeGen/CodeGenModule.h @@ -328,6 +328,7 @@ private: void EmitAliasDefinition(const ValueDecl *D); void EmitObjCPropertyImplementations(const ObjCImplementationDecl *D); void EmitNamespace(const NamespaceDecl *D); + void EmitLinkageSpec(const LinkageSpecDecl *D); // FIXME: Hardcoding priority here is gross. void AddGlobalCtor(llvm::Function * Ctor, int Priority=65535); |