XCore target exception handling
Robert Lytton
robert at xmos.com
Tue Nov 12 02:51:19 PST 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131112/1109ec45/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PatchException
Type: application/octet-stream
Size: 4120 bytes
Desc: PatchException
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131112/1109ec45/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PatchVerbose
Type: application/octet-stream
Size: 1262 bytes
Desc: PatchVerbose
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131112/1109ec45/attachment-0001.obj>
More information about the cfe-commits
mailing list