[Lldb-commits] [PATCH] D55736: build.py: inherit environment in the gcc builder

2018-12-18 Thread Pavel Labath via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rLLDB349461: build.py: inherit environment in the gcc builder (authored by labath, committed by ). Changed prior to commit: https://reviews.llvm.org/D55736?vs=178356&id=178620#toc Repository: rLLDB LLD

[Lldb-commits] [PATCH] D55736: build.py: inherit environment in the gcc builder

2018-12-17 Thread Stella Stamenova via Phabricator via lldb-commits
stella.stamenova accepted this revision. stella.stamenova added a comment. This revision is now accepted and ready to land. This does fix the issues. Thanks! CHANGES SINCE LAST ACTION https://reviews.llvm.org/D55736/new/ https://reviews.llvm.org/D55736 _

[Lldb-commits] [PATCH] D55736: build.py: inherit environment in the gcc builder

2018-12-15 Thread Pavel Labath via Phabricator via lldb-commits
labath added a comment. Stella, could you please try whether this solves the problem you reported in D55430 ? I think this should do the trick, but I can't be sure because (for whatever reason), things seem to work for me even without this patch. CHANGES SINCE

[Lldb-commits] [PATCH] D55736: build.py: inherit environment in the gcc builder

2018-12-15 Thread Pavel Labath via Phabricator via lldb-commits
labath created this revision. labath added reviewers: stella.stamenova, zturner. This should enable the compiler to find the system linker for the link step. https://reviews.llvm.org/D55736 Files: lit/helper/build.py Index: lit/helper/build.py ===