Displaying 1 result from an estimated 1 matches for "needset".
Did you mean:
needet
2007 Sep 11
1
[LLVMdev] RFC: Darwin EH Patch
...#39;t personally like this patch. It seems, that emitted data encoding
is linker (=subtarget) specific. For example, gcc uses three different
data encodings to emit dwarf data on darwin.
I think we should introduce subtarget hooks for encoding selection of
data being emitted (there is already one: needSet / *AbsoluteOffsets
etc). Also "generic" function for emission of data in specified format
should be written (it should take care about decoration also).
This will allow to describe target-specific stuff in one place instead
of introducing / tweaking bunch of magic knobs.
Comments? Ideas...