This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-15 17:26:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
exec
/
secondprog.mk
7 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Change TestExec.py from creating an i386+x86_64 fat binary on darwin systems and re-execing itself, to creating two separate test programs; lldb runs the first program and it exec's the second. Support for compiling for i386 is going away. llvm-svn: 334783
2018-06-15 00:55:53 +00:00
LEVEL
=
../../make
CXX_SOURCES
:=
secondprog.cpp
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
EXE
=
secondprog
Change TestExec.py from creating an i386+x86_64 fat binary on darwin systems and re-execing itself, to creating two separate test programs; lldb runs the first program and it exec's the second. Support for compiling for i386 is going away. llvm-svn: 334783
2018-06-15 00:55:53 +00:00
i
n
c
l
u
d
e
$(
LEVEL
)
/
M
a
k
e
f
i
l
e
.
r
u
l
e
s
Reference in New Issue
Copy Permalink