[Lldb-commits] [PATCH] D55430: build.py: Implement "gcc" builder

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 7 05:59:50 PST 2018


labath created this revision.
labath added a reviewer: zturner.
Herald added subscribers: dexonsmith, mehdi_amini.

This implements the gcc builder in build.py script to allow it to
compile host executables when running on a non-windows host. Where it
made sense, I tried to share code with the msvc builder by moving stuff
to the base class.

I did not implement the lto part because I don't know how that works,
(and it's likely things will differ between platforms there).


https://reviews.llvm.org/D55430

Files:
  lit/Breakpoint/case-sensitive.test
  lit/BuildScript/toolchain-clang.test
  lit/helper/build.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55430.177195.patch
Type: text/x-patch
Size: 8008 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181207/a006eb26/attachment.bin>


More information about the lldb-commits mailing list