1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/test/tools/dsymutil
Frederic Riss 3f1d5642ab [dsymutil] Fix handling of cross-cu forward references.
We recorded the forward references in the CU that holds the referenced
DIE, but this is wrong as those will get resoled *after* the CU that
holds the reference. Record the references in their originating CU along
with a pointer to the remote CU to be able to compute the fixed up
offset at the right time.

llvm-svn: 232193
2015-03-13 18:35:57 +00:00
..
Inputs [dsymutil] Fix location cloning for newer dwarf versions. 2015-03-13 18:35:39 +00:00
X86 [dsymutil] Fix handling of cross-cu forward references. 2015-03-13 18:35:57 +00:00
basic-linking.test [dsymutil] Add the DwarfStreamer class. 2015-02-28 00:29:11 +00:00
debug-map-parsing.test [dsymutil] Add the detected target triple to the debug map. 2015-01-19 23:33:14 +00:00