XCore target exception handling

Eric Christopher echristo at gmail.com
Mon Nov 25 13:19:24 PST 2013


Don't suppose I can get you to upload these to phabricator?
http://llvm-reviews.chandlerc.com/

Thanks!

-eric

On Tue, Nov 12, 2013 at 2:51 AM, Robert Lytton <robert at xmos.com> wrote:
> Hi,
>
> I've separated the handling of  "-fverbose-asm" into its own patch.
> Are they good to go from a clang perspective?
>
> PatchVerbose:
>     XCore target: Pass through "-fverbose-asm" flag to xcc assembler.
>
> PatchException:
>     XCore target exception handling
>
>     XCore target has -fno-exception as the default option
>     Implement __builtin_eh_return_data_regno()
>     Pass on "-fexceptions" flag to xcc (linker)
>
> Robert
>
> ________________________________
> From: Robert Lytton
> Sent: 11 November 2013 13:57
> To: cfe-commits at cs.uiuc.edu
> Cc: echristo at gmail.com
> Subject: FW: XCore target exception handling
>
> Hi Eric,
> Rafael suggested I pinged you.
> Would you be able to review the patch from a clang perspective?
> Robert
>
>
> ________________________________
> From: cfe-commits-bounces at cs.uiuc.edu [cfe-commits-bounces at cs.uiuc.edu] on
> behalf of Robert Lytton [robert at xmos.com]
> Sent: 01 November 2013 18:00
> To: cfe-commits at cs.uiuc.edu
> Subject: XCore target exception handling
>
> Hi
>
> Here is a patch for exception handling on the XCore target.
>
>     XCore target has -fno-exception as the default option
>     Implement __builtin_eh_return_data_regno()
>     Pass on flags to xcc (assembler & linker phases)
>
> Thank you.
> Robert
>
>
>
>
>



More information about the cfe-commits mailing list