diff options
author | Johnny Chen <johnny.chen@apple.com> | 2012-01-18 21:22:38 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2012-01-18 21:22:38 +0000 |
commit | 8715c517d5f2db048c7ab583a8650faa55ea676d (patch) | |
tree | 5337c890c1b69fc99a2c63fe34ea1896c589bdc6 /lldb/test | |
parent | fef3e2797a3cdb69d30382edb4b5858156eca856 (diff) | |
download | bcm5719-llvm-8715c517d5f2db048c7ab583a8650faa55ea676d.tar.gz bcm5719-llvm-8715c517d5f2db048c7ab583a8650faa55ea676d.zip |
Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name.
llvm-svn: 148418
Diffstat (limited to 'lldb/test')
-rw-r--r-- | lldb/test/python_api/hello_world/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/hello_world/Makefile b/lldb/test/python_api/hello_world/Makefile index b20956475b1..9976203b63b 100644 --- a/lldb/test/python_api/hello_world/Makefile +++ b/lldb/test/python_api/hello_world/Makefile @@ -1,6 +1,7 @@ LEVEL = ../../make C_SOURCES := main.c +# See TestHelloWorld.py, which specifies the executable name with a dictionary. EXE := hello_world include $(LEVEL)/Makefile.rules |