teak-llvm/lldb/packages/Python/lldbsuite/test/functionalities/exec
Frederic Riss ecba8846aa Fix TestExec after r334783
The second makefile that was added has implicit rules which meant
that secondprog.cpp would be built once into a secondprog binary,
but it would also be compiled as a.out overwriting the main binary.
This lead to spurious failures.

This commit simplifies the Makefile to build only once with the correct
executable name.

llvm-svn: 334861
2018-06-15 20:36:03 +00:00
..
main.cpp Change TestExec.py from creating an i386+x86_64 fat binary 2018-06-15 00:55:53 +00:00
Makefile Change TestExec.py from creating an i386+x86_64 fat binary 2018-06-15 00:55:53 +00:00
secondprog.cpp Change TestExec.py from creating an i386+x86_64 fat binary 2018-06-15 00:55:53 +00:00
secondprog.mk Fix TestExec after r334783 2018-06-15 20:36:03 +00:00
TestExec.py Change TestExec.py from creating an i386+x86_64 fat binary 2018-06-15 00:55:53 +00:00