forked from OSchip/llvm-project
Update the polygen grammar for linker_private and linker_private_weak,
and add comments about major implemented features. llvm-svn: 110215
This commit is contained in:
parent
c05349e53a
commit
1bcc697c2a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue