From 8715c517d5f2db048c7ab583a8650faa55ea676d Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Wed, 18 Jan 2012 21:22:38 +0000 Subject: [PATCH] Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name. llvm-svn: 148418 --- lldb/test/python_api/hello_world/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/python_api/hello_world/Makefile b/lldb/test/python_api/hello_world/Makefile index b20956475b11..9976203b63bb 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