Remove Linkage::Appending
It can only be used for certain LLVM internal variables like llvm.global_ctors which users are not allowed to define.
This commit is contained in:
parent
382e4031c2
commit
f68cd90412
6 changed files with 0 additions and 7 deletions
|
@ -327,7 +327,6 @@ pub enum Linkage {
|
|||
LinkOnceODR,
|
||||
WeakAny,
|
||||
WeakODR,
|
||||
Appending,
|
||||
Internal,
|
||||
ExternalWeak,
|
||||
Common,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue