mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27158 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f15485a8d0
commit
a8299deab7
@ -1337,6 +1337,13 @@ bool DIVerifier::Verify(GlobalVariable *GV) {
|
||||
|
||||
// Assume validity for the time being (recursion.)
|
||||
ValiditySlot = Valid;
|
||||
|
||||
// Make sure the global is internal or link once (anchor.)
|
||||
if (GV->getLinkage() != GlobalValue::InternalLinkage &&
|
||||
GV->getLinkage() != GlobalValue::LinkOnceLinkage) {
|
||||
ValiditySlot = Invalid;
|
||||
return false;
|
||||
}
|
||||
|
||||
// Get the Tag
|
||||
unsigned Tag = DebugInfoDesc::TagFromGlobal(GV);
|
||||
|
Loading…
x
Reference in New Issue
Block a user