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-12 23:06:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
signal
/
Makefile
6 lines
73 B
Makefile
Raw
Normal View
History
Unescape
Escape
Rely on Makefile.rules in lldb/test/driver/batch_mode. This was hardcoding some make rules instead of relying on Makefile.rules, which was causing some of the logic to be incorrect for Windows. Patch by: Adrian McCarthy Differential Revision: http://reviews.llvm.org/D8363 llvm-svn: 232974
2015-03-23 18:00:07 +00:00
LEVEL
=
../../make
Add a test for the -b (batch mode) option to the lldb driver. llvm-svn: 219979
2014-10-16 23:02:14 +00:00
Rely on Makefile.rules in lldb/test/driver/batch_mode. This was hardcoding some make rules instead of relying on Makefile.rules, which was causing some of the logic to be incorrect for Windows. Patch by: Adrian McCarthy Differential Revision: http://reviews.llvm.org/D8363 llvm-svn: 232974
2015-03-23 18:00:07 +00:00
C_SOURCES
:=
main.c
Add a test for the -b (batch mode) option to the lldb driver. llvm-svn: 219979
2014-10-16 23:02:14 +00:00
Rely on Makefile.rules in lldb/test/driver/batch_mode. This was hardcoding some make rules instead of relying on Makefile.rules, which was causing some of the logic to be incorrect for Windows. Patch by: Adrian McCarthy Differential Revision: http://reviews.llvm.org/D8363 llvm-svn: 232974
2015-03-23 18:00:07 +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