]> Cypherpunks repositories - gostls13.git/commit
runtime/cgo: ignore missing Info.plist files on iOS
authorElias Naur <mail@eliasnaur.com>
Sun, 28 Apr 2019 07:05:16 +0000 (09:05 +0200)
committerElias Naur <mail@eliasnaur.com>
Mon, 29 Apr 2019 19:09:29 +0000 (19:09 +0000)
commit6ee832438830678ed14d535f47bcef0403a35fb4
treeaf3ed288dfd7f2cf3fa8aec5bacea3be6a769d9d
parent06c9ccdfc7b9e39e0f609c00bddd1b39a0385a37
runtime/cgo: ignore missing Info.plist files on iOS

When running Go programs on Corellium virtual iPhones, the Info.plist
files might not exist. Ignore the error.

Updates #31722

Change-Id: Id2e315c09346b69dda9e10cf29fb5dba6743aac4
Reviewed-on: https://go-review.googlesource.com/c/go/+/174202
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/cgo/gcc_darwin_arm.c
src/runtime/cgo/gcc_darwin_arm64.c