1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00

Add the private keyword to the polygen grammar.

llvm-svn: 76135
This commit is contained in:
Dan Gohman 2009-07-17 01:07:45 +00:00
parent aa63f9763f
commit 7c3853f1ab

View File

@ -89,6 +89,7 @@ GVInternalLinkage
| appending
| dllexport
| common
| private
;
GVExternalLinkage