Displaying 1 result from an estimated 1 matches for "armelfdefinedatom".
Did you mean:
armelfdefinedatoms
2015 Jan 12
2
[LLVMdev] [lld] ARM/Thumb atom forming
...of the relocation handler) since it contained 1 in the least bit when addressing Thumb symbols. Now targetVAddress always contains 0 in the least bit, because atoms are properly aligned and have proper contents.
I tried applying a workaround and use dyn_cast to retrieve information from overridden ARMELFDefinedAtoms, but DefinedAtoms' children do not support dyn_casts.
In general, I can describe the issue as inability to pass extra information between linking stages (passes).
Is there a way to do that?
The solution I see is to add a sort of custom context with abstract interface passed along different s...