mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 01:31:05 +00:00
Explicitly handle LinkOnceODRAutoHideLinkage. NFC. We already have a test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b67f18b2d8
commit
f5aa68179c
@ -133,6 +133,8 @@ static GlobalValue::LinkageTypes getDecodedLinkage(unsigned Val) {
|
||||
return GlobalValue::PrivateLinkage; // Obsolete LinkerPrivateLinkage
|
||||
case 14:
|
||||
return GlobalValue::PrivateLinkage; // Obsolete LinkerPrivateWeakLinkage
|
||||
case 15:
|
||||
return GlobalValue::ExternalLinkage; // Obsolete LinkOnceODRAutoHideLinkage
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user