summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/utils/llvm.grm5
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/utils/llvm.grm b/llvm/utils/llvm.grm
index fa0dcd1e152..f97c0d147ae 100644
--- a/llvm/utils/llvm.grm
+++ b/llvm/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
OpenPOWER on IntegriCloud