[Lldb-commits] [PATCH] D55430: build.py: Implement "gcc" builder
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 12 00:59:38 PST 2018
labath marked 3 inline comments as done.
labath added inline comments.
================
Comment at: lit/BuildScript/toolchain-clang.test:1
+RUN: %build -n --verbose --arch=32 --compiler=clang --mode=compile-and-link -o %t/foo.exe foobar.c \
+RUN: | FileCheck --check-prefix=CHECK --check-prefix=CHECK-32 %s
----------------
stella.stamenova wrote:
> There are a couple of tests for the build script that we should enable on non-windows as well:
> * script-args
> * modes
> Both should pass with your change
I've enabled the two tests. I've had to tweak the "modes" test a bit to account for the different object file extension (.obj vs .o).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55430/new/
https://reviews.llvm.org/D55430
More information about the lldb-commits
mailing list