[llvm-commits] [llvm] r76653 - in /llvm/trunk: include/llvm/Target/ELFTargetAsmInfo.h lib/Target/ELFTargetAsmInfo.cpp lib/Target/XCore/XCoreTargetAsmInfo.cpp lib/Target/XCore/XCoreTargetAsmInfo.h
Chris Lattner
clattner at apple.com
Sat Aug 1 11:16:48 PDT 2009
On Aug 1, 2009, at 5:19 AM, Anton Korobeynikov wrote:
> Hi, Chris
>
> <I'm just catching e-mails after vacation, so I can refer to some
> out-of-dated stuff>
>
>> - if (flags & SectionFlags::Small) {
>> - if (flags & SectionFlags::Writeable)
>> - Flags += 'd'; // DP relative
>> - else
>> - Flags += 'c'; // CP relative
> This seems to be incorrect - these two flags are XCore-specific.
Right, I'm still working on some infrastructure for Richard to bring
back target-specific flags properly.
-Chris
More information about the llvm-commits
mailing list