[PATCH] D61900: [tests][go]Add -stdlib=libc++ to build GO test if LLVM is built with libc++
    Hubert Tong via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue May 14 12:19:32 PDT 2019
    
    
  
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/tools/llvm-go/llvm-go.go:98
+                stdLibOption = "-stdlib=libc++"
+        }
 	if runtime.GOOS != "darwin" {
----------------
The added lines use spaces in place of the tabs used on the other lines.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61900/new/
https://reviews.llvm.org/D61900
    
    
More information about the llvm-commits
mailing list