aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo/globalGetElementPtr.ll
AgeCommit message (Collapse)Author
2010-03-01Remove test to check bugfix in handing debug info for global variables using ↵Devang Patel
intrinsics. Now, debug info for global variable is encoded using metadata. The old code path is now history and there is no need to have a test to check a bug fix in old code path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97477 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-20Need compile unit to find location.Devang Patel
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62624 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-30Accept getelementptr starting at GV with all 0 indices as aDale Johannesen
legitimate way of representing global variable GV in debug info. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46565 91177308-0d34-0410-b5e6-96231b3b80d8