forked from OSchip/llvm-project
Add comment regarding TestHelloWorld.py's use of a dictionary to specify/overwrite the EXE name.
llvm-svn: 148418
This commit is contained in:
parent
fef3e2797a
commit
8715c517d5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue