Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name.

llvm-svn: 148418
This commit is contained in:
Johnny Chen 2012-01-18 21:22:38 +00:00
parent fef3e2797a
commit 8715c517d5
1 changed files with 1 additions and 0 deletions

View File

@ -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