This is an archive of the discontinued LLVM Phabricator instance.

[llvm-go] parameterize $GOPATH construction
ClosedPublic

Authored by axw on Jun 22 2016, 10:49 PM.

Details

Summary

To build llgo, you must currently ensure that llgo
is in the tools/llgo directory, due to a hard-coded
path in llvm-go.

To support the use of LLVM_EXTERNAL_LLGO_SOURCE_DIR,
we introduce a flag to llvm-go that enables the
caller to specify the paths to symlink in the
temporary $GOPATH.

Diff Detail

Event Timeline

axw updated this revision to Diff 61640.Jun 22 2016, 10:49 PM
axw retitled this revision from to [llvm-go] parameterize $GOPATH construction.
axw updated this object.
axw added a reviewer: pcc.
axw added a subscriber: llvm-commits.
pcc accepted this revision.Jul 26 2016, 7:57 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 26 2016, 7:57 PM
axw closed this revision.Jul 26 2016, 8:29 PM