Split makefile for TestTopLevelExprs
authorPavel Labath <labath@google.com>
Tue, 31 Oct 2017 10:01:30 +0000 (10:01 +0000)
committerPavel Labath <labath@google.com>
Tue, 31 Oct 2017 10:01:30 +0000 (10:01 +0000)
commit64325c51ada0d3a49773e530b47d605bb7528314
tree3d080d7ff1aea72f2dc3ca2e589e7a0a91549330
parent9e58831cb868c59036fcd4d935ef6f08627c4888
Split makefile for TestTopLevelExprs

this test was using a single makefile to build two executables. This
setup, although not supported by Makefile.rules, happened to
work in most configurations, except when building with the android ndk
r16.

Here I move the building of the second executable to a separate
makefile, which is the solution other tests use for multiple targets.

llvm-svn: 316982
lldb/packages/Python/lldbsuite/test/expression_command/top-level/Makefile
lldb/packages/Python/lldbsuite/test/expression_command/top-level/dummy.mk [new file with mode: 0644]