aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-17 01:07:45 +0000
committerDan Gohman <gohman@apple.com>2009-07-17 01:07:45 +0000
commitf78545ebaac099eb5f45da7ac068195433f8d9df (patch)
tree8572fff21d4a65c8ea246a95d654ae24b92ca379 /utils
parent62cd11400b43ec0727ec89f3468f58e72c6b1e4b (diff)
downloadexternal_llvm-f78545ebaac099eb5f45da7ac068195433f8d9df.zip
external_llvm-f78545ebaac099eb5f45da7ac068195433f8d9df.tar.gz
external_llvm-f78545ebaac099eb5f45da7ac068195433f8d9df.tar.bz2
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
Diffstat (limited to 'utils')
-rw-r--r--utils/llvm.grm1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/llvm.grm b/utils/llvm.grm
index 1426e3b..e70533a 100644
--- a/utils/llvm.grm
+++ b/utils/llvm.grm
@@ -89,6 +89,7 @@ GVInternalLinkage
| appending
| dllexport
| common
+ | private
;
GVExternalLinkage