[PATCH] D61900: [tests][go]Add -stdlib=libc++ to build GO test if LLVM is built with libc++
Xing Xue via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 13:54:59 PDT 2019
xingxue marked an inline comment as done.
xingxue added inline comments.
================
Comment at: llvm/tools/llvm-go/llvm-go.go:98
+ stdLibOption = "-stdlib=libc++"
+ }
if runtime.GOOS != "darwin" {
----------------
hubert.reinterpretcast wrote:
> The added lines use spaces in place of the tabs used on the other lines.
Thanks for spotting this. Changed to use tabs.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61900/new/
https://reviews.llvm.org/D61900
More information about the llvm-commits
mailing list