mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a thinko in the grammar for thread_local variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d60de51878
commit
de0e7f2481
@ -261,7 +261,7 @@ Definition
|
||||
| declare FunctionProto
|
||||
| - module asm AsmBlock
|
||||
| OptLocalAssign type Types
|
||||
| OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace OptAddrSpace
|
||||
| OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType
|
||||
ConstVal GlobalVarAttributes
|
||||
| OptGlobalAssign GVInternalLinkage GVVisibilityStyle ThreadLocal OptAddrSpace
|
||||
GlobalType ConstVal GlobalVarAttributes
|
||||
|
Loading…
Reference in New Issue
Block a user