diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-04 17:01:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-04 17:01:59 +0000 |
commit | a2858527d7a8b4b3f2cb31b7c1d056bc43341056 (patch) | |
tree | 982866d0feda3ea80db1ac4d14637f91eb0ba011 /utils | |
parent | 4b3938494cb47d561dbd50ff5040540aaec5f2af (diff) | |
download | external_llvm-a2858527d7a8b4b3f2cb31b7c1d056bc43341056.zip external_llvm-a2858527d7a8b4b3f2cb31b7c1d056bc43341056.tar.gz external_llvm-a2858527d7a8b4b3f2cb31b7c1d056bc43341056.tar.bz2 |
Update the polygen grammar for linker_private and linker_private_weak,
and add comments about major implemented features.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/llvm.grm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/llvm.grm b/utils/llvm.grm index fa0dcd1..f97c0d1 100644 --- a/utils/llvm.grm +++ b/utils/llvm.grm @@ -8,6 +8,9 @@ It is strictly syntax-based, and makes no attempt to generate IR that is semantically valid. Most of the IR produced doesn't pass the Verifier. +TODO: Metadata, in all its forms +TODO: Union types + *) I ::= "title: LLVM assembly language\n" @@ -90,6 +93,8 @@ GVInternalLinkage | dllexport | common | private + | "linker_private" + | "linker_private_weak" ; GVExternalLinkage |