Attach a DebugLoc to a GC point in order to get precise information in the JIT of...
authorNicolas Geoffray <nicolas.geoffray@lip6.fr>
Fri, 24 Sep 2010 17:27:50 +0000 (17:27 +0000)
committerNicolas Geoffray <nicolas.geoffray@lip6.fr>
Fri, 24 Sep 2010 17:27:50 +0000 (17:27 +0000)
commit946e3c9f9db2d0ab5bd75ad0283c224366807fa6
tree155349bddfb41c51ce30499dfe24c3a0f583298c
parentfacb34b41cea284b5a0b4992ff619e5cfd5e6a22
Attach a DebugLoc to a GC point in order to get precise information in the JIT of a GC point.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114736 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GCMetadata.h
lib/CodeGen/GCStrategy.cpp