From: Dan Gohman Date: Fri, 17 Jul 2009 01:07:45 +0000 (+0000) Subject: Add the private keyword to the polygen grammar. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=923a579b55b5af1a4d131d9871a3645f01cb33a6;p=oota-llvm.git Add the private keyword to the polygen grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76135 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/llvm.grm b/utils/llvm.grm index 1426e3b98e2..e70533a0cd9 100644 --- a/utils/llvm.grm +++ b/utils/llvm.grm @@ -89,6 +89,7 @@ GVInternalLinkage | appending | dllexport | common + | private ; GVExternalLinkage