mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
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
This commit is contained in:
@@ -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
|
IR that is semantically valid. Most of the IR produced doesn't
|
||||||
pass the Verifier.
|
pass the Verifier.
|
||||||
|
|
||||||
|
TODO: Metadata, in all its forms
|
||||||
|
TODO: Union types
|
||||||
|
|
||||||
*)
|
*)
|
||||||
|
|
||||||
I ::= "title: LLVM assembly language\n"
|
I ::= "title: LLVM assembly language\n"
|
||||||
@@ -90,6 +93,8 @@ GVInternalLinkage
|
|||||||
| dllexport
|
| dllexport
|
||||||
| common
|
| common
|
||||||
| private
|
| private
|
||||||
|
| "linker_private"
|
||||||
|
| "linker_private_weak"
|
||||||
;
|
;
|
||||||
|
|
||||||
GVExternalLinkage
|
GVExternalLinkage
|
||||||
|
Reference in New Issue
Block a user