[PATCH] D43070: Add an instruction to avoid cgo compilation error from Go 1.9.4

Ryuichi Hayashida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 18:37:13 PST 2018


rhysd added a comment.

In https://reviews.llvm.org/D43070#1006893, @echristo wrote:

> Another thought here is getting that flag put into the default set that's allowed in go?


Not allowed. The white list must be set by user for now by the environment variable.

Improving the white list of options is now ongoing. But I'm not sure whether or not `-Wl,-search_paths_first` and `-Wl,-headerpad_max_install_names` will be in the list.

https://github.com/golang/go/issues/23749


Repository:
  rL LLVM

https://reviews.llvm.org/D43070





More information about the llvm-commits mailing list