Re: [swift-dev] Stack dump of the compiler?

2016-10-28 Thread Michael Gottesman via swift-dev
Are you talking about the prettyprint stack dump? I think that may have gone away after the recent update to the newer llvm/clang. I think there is a bug to look into what happened here, but no one has had the time to look into it. Michael > On Oct 26, 2016, at 8:53 PM, rintaro ishizaki via

Re: [swift-dev] Stack dump of the compiler?

2016-10-26 Thread Flamedoge via swift-dev
> Do not add flags to export symbols from executables without the ENABLE_EXPORTS target property. set_target_properties(${swift_binaries} properties ENABLE_EXPORTS 1) ? I don't know if it's this simple