Re: r339667 - Add a stub mangling for ObjC selectors in the Microsoft ABI.

2018-08-22 Thread Hans Wennborg via cfe-commits
Merged to 7.0 in r340437. On Tue, Aug 14, 2018 at 3:04 AM, David Chisnall via cfe-commits wrote: > Author: theraven > Date: Tue Aug 14 03:04:36 2018 > New Revision: 339667 > > URL: http://llvm.org/viewvc/llvm-project?rev=339667&view=rev > Log: > Add a stub mangling for ObjC selectors in the Micro

r339667 - Add a stub mangling for ObjC selectors in the Microsoft ABI.

2018-08-14 Thread David Chisnall via cfe-commits
Author: theraven Date: Tue Aug 14 03:04:36 2018 New Revision: 339667 URL: http://llvm.org/viewvc/llvm-project?rev=339667&view=rev Log: Add a stub mangling for ObjC selectors in the Microsoft ABI. This mangling is used only for outlined SEH finally blocks, which have internal linkage. This fixes