diff options
| author | Adrian Prantl <aprantl@apple.com> | 2018-01-30 23:15:49 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2018-01-30 23:15:49 +0000 |
| commit | dbdda6a1e72e49f74fa1f2faca7364d5d1e7980b (patch) | |
| tree | 03b79cd6d5a92d2e2eb8fa737845defe0021b05d /lldb/packages/Python/lldbsuite/test/plugins | |
| parent | e039d0ee12397dbaaa5ce3e5564030100bdbab25 (diff) | |
| download | bcm5719-llvm-dbdda6a1e72e49f74fa1f2faca7364d5d1e7980b.tar.gz bcm5719-llvm-dbdda6a1e72e49f74fa1f2faca7364d5d1e7980b.zip | |
Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().
This is a prerequisite for building each test variant in its own subdirectory.
llvm-svn: 323830
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/plugins')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/plugins/builder_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/plugins/builder_base.py b/lldb/packages/Python/lldbsuite/test/plugins/builder_base.py index ab9c39acbc3..5114c067899 100644 --- a/lldb/packages/Python/lldbsuite/test/plugins/builder_base.py +++ b/lldb/packages/Python/lldbsuite/test/plugins/builder_base.py @@ -145,7 +145,7 @@ def buildDefault( commands = [] if clean: commands.append(getMake(testdir) + ["clean", getCmdLine(dictionary)]) - commands.append(getMake(testdir) + [getArchSpec(architecture), + commands.append(getMake(testdir) + ["all", getArchSpec(architecture), getCCSpec(compiler), getCmdLine(dictionary)]) runBuildCommands(commands, sender=sender) |

