Small fixes for supporting dll* linkage types

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30441 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Anton Korobeynikov
2006-09-17 13:06:18 +00:00
parent 7ed96abc09
commit 93c2b37340
5 changed files with 110 additions and 112 deletions

View File

@ -204,6 +204,7 @@ public:
if (os) {
*os << " Function Decl: ";
WriteTypeSymbolic(*os,Func->getType(),M);
*os <<", Linkage=" << Func->getLinkage();
*os << "\n";
}
}