[swift-users] Segmentation fault when running binary executable compiled from LLVM bitcode on Linux

2017-09-21 Thread Jeffrey W via swift-users
Hi swift team, I download the prebuilt swift 4.0 from here and try to do some work on the generated LLVM BC. However, I got a seg fault when running the binary executable compiled from bi

Re: [swift-users] Segmentation fault when running binary executable compiled from LLVM bitcode on Linux

2017-09-21 Thread Jeffrey W via swift-users
hink of > is that Swift uses a custom calling convention on some platforms, but I > would expect clang++ to refuse to compile the bc file at all if that were > the issue. Mind filing a bug at https://bugs.swift.org ? > > Thanks, > Jordan > > > On Sep 21, 2017, at 13:42, Je