This looks like a bug in one of my tests for linker arguments, i’ll send a PR
to disable it on OS X
simon
> On 19 Jul 2017, at 23:46, no-reply--- via swift-dev
> wrote:
>
> [FAILURE] oss-swift-package-osx [#3802]
>
> Build URL:https://ci.swift.org/job/oss-swift-package-osx/3802/
>
For building ICU (on Linux at least) you just need the icu directory at the
same level as the other swift source directories and then the `—libicu` option
should build it and the `—install-libicu` option should install the libs in
usr/lib/swift/linux/ and usr/lib/swift_static/linux/
Static stdl
> On 28 Mar 2016, at 22:20, Greg Parker wrote:
>
> swiftc has a hidden -Xllvm flag that passes options to the LLVM code
> generator. That might work for low-level options like instruction selection
> and maybe the red zone. It's not the right answer for production use, but it
> might be good
Hi
I’ve been experimenting with kernel programming in Swift and this required
disabling the use of the red zone. Currently Im compiling to ELF on Linux and
linking in my own minimal libc/libcpp with libswiftCore.a so its not using any
Linux libraries.
I did a PR for adding a '-disable-red-zone' o