I pushed fixes for this. The define guards were not fully guarding all
libdispatch access, but now should be.
Sent from my iPhone
> On Mar 25, 2016, at 1:26 PM, no-re...@swift.org wrote:
>
> [FAILURE] oss-swift-incremental-RA-linux-ubuntu-15_10 [#3699]
>
> Build URL:
> https://ci.swift.org
Hi, I'm JPMartha.
Can I start a new translation project in Japanese?
I know of a quality translation into Japanese at Hatena Co., Ltd.
https://github.com/hatena/Hatena-Textbook/blob/master/swift-programming-language.md
But it seems not to be as translation project.
So, I'd like to lead Japanese
It seems to me, the last phenomena is explained by swift compiler bug. Let us
look into clang/lib/Lex/ModuleMap.cpp source file, method parseHeaderDecl. We
can find, for example, following lines:
if (llvm::sys::path::is_absolute(Header.FileName)) {
RelativePathName = Header.FileName;
File
Yes, Dmitry. I found corresponding module.map for arm and placed it into glibs
subdirectory of my swiftc's include path. It was found. But, it seems to me,
sysroot argument is not applied to paths, written in that module.map or I do
not how to correct do that.
I add to swift command-line followi