mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
Oops. find all llvm.dbg.global_variables.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79274 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2962664227
commit
4c77dfa20c
@ -942,7 +942,7 @@ void DebugInfoFinder::processModule(Module &M) {
|
||||
GVI != GVE; ++GVI) {
|
||||
GlobalVariable *GV = GVI;
|
||||
if (!GV->hasName() || !GV->isConstant()
|
||||
|| strcmp(GV->getName().data(), "llvm.dbg.global_variable")
|
||||
|| strncmp(GV->getName().data(), "llvm.dbg.global_variable", 24)
|
||||
|| !GV->hasInitializer())
|
||||
continue;
|
||||
DIGlobalVariable DIG(GV);
|
||||
|
Loading…
x
Reference in New Issue
Block a user