Re: [swift-dev] Standard shared libraries with executable stack

2016-06-18 Thread Jongsu Kim via swift-dev
Hi, Han Your PR is very helpful. Thanks a lot. The Foundation repo has some assembly files similar to swift_sections.S as follows: swift-corelibs-foundation/CoreFoundation/String.subproj/ CFCharacterSetData.S CFUniCharPropertyDatabase.S CFUnicodeData.S The generated libFoundation.s

Re: [swift-dev] Standard shared libraries with executable stack

2016-06-18 Thread Dmitri Gribenko via swift-dev
Thank you! I merged your PR, it should be included in the next snapshot. Dmitri On Fri, Jun 17, 2016 at 2:26 PM, Sangjin Han wrote: > Please review the PR #3053. > > 2016-06-18 0:17 GMT+09:00 Dmitri Gribenko : >> >> On Fri, Jun 17, 2016 at 7:31 AM, Sangjin Han >> wrote: >> > Hi, >> > >> > When