1
Fork 0

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:
bjorn3 2025-02-07 14:52:07 +00:00
parent 382e4031c2
commit f68cd90412
6 changed files with 0 additions and 7 deletions

View file

@ -327,7 +327,6 @@ pub enum Linkage {
LinkOnceODR,
WeakAny,
WeakODR,
Appending,
Internal,
ExternalWeak,
Common,