[llvm-commits] [llvm] r76686 - in /llvm/trunk: include/llvm/Target/TargetAsmInfo.h lib/Target/ELFTargetAsmInfo.cpp lib/Target/TargetAsmInfo.cpp
Chris Lattner
clattner at apple.com
Sat Aug 1 11:16:15 PDT 2009
On Aug 1, 2009, at 5:26 AM, Anton Korobeynikov wrote:
> Hello, Chris
>
>> Now that RelocBehaviour() is never overloaded, it doesn't need to be
>> virtual. Just inline it into its two current call sites in
>> preparation
>> for simplifying the code.
> Could you please add a comment there, that stuff should be reverted
> back some day? AFAIR there are other targets (except alpha and ia64)
> which will need to override this logic.
Yes, I plan to completely change how this works. It's all #if'd out
so, I don't think anyone actually needs to implement it yet ;-).
More information about the llvm-commits
mailing list