[PATCH] [cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable formultilib build and installs.

Chandler Carruth chandlerc at gmail.com
Mon Dec 29 14:53:42 PST 2014


On Mon, Dec 29, 2014 at 2:46 PM, Peter Collingbourne <peter at pcc.me.uk>
wrote:

> ================
> Comment at: cmd/gllgo/gllgo.go:64
> @@ -56,3 +63,3 @@
>         if opts.prefix != "" {
> -               importPaths = append(importPaths,
> filepath.Join(opts.prefix, "lib", "go", "llgo-"+llvmVersion()))
> +               importPaths = append(importPaths,
> filepath.Join(opts.prefix, "lib" + LibDirSuffix, "go",
> "llgo-"+llvmVersion()))
>         }
> ----------------
> The formatting here looks inconsistent, did you run gofmt?
>

No, I've done so now and submitting. Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141229/e494e5ce/attachment.html>


More information about the llvm-commits mailing list