[llvm-commits] [llvm] r78872 - /llvm/trunk/lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
Dale Johannesen
dalej at apple.com
Sun Aug 23 18:04:59 PDT 2009
On Aug 22, 2009, at 4:45 PM, Chris Lattner wrote:
> Hi Dale, sorry for follow up on this so late.
>
>>> Can you add a regtest?
>>
>> I suppose. There are some in the gcc testsuite. I was asked not
>> to run it anymore but somebody should be; it's the best tests we
>> have for ObjC metadata.
>>
>>> Do ppc/arm need a similar fix?
>>
>> Probably, good catch, I'll look at it.
Following up even later, I don't think the FEs generate linkerprivate
for ppc/arm at the moment, but it should work the same in the BEs
AFAIK. Fixed.
More information about the llvm-commits
mailing list