summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/utils/llvm.grm
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/utils/llvm.grm')
-rw-r--r--contrib/llvm/utils/llvm.grm4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/llvm/utils/llvm.grm b/contrib/llvm/utils/llvm.grm
index fa0dcd1..9d6bdf7 100644
--- a/contrib/llvm/utils/llvm.grm
+++ b/contrib/llvm/utils/llvm.grm
@@ -8,6 +8,8 @@ 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
+
*)
I ::= "title: LLVM assembly language\n"
@@ -90,6 +92,8 @@ GVInternalLinkage
| dllexport
| common
| private
+ | "linker_private"
+ | "linker_private_weak"
;
GVExternalLinkage
OpenPOWER on IntegriCloud