forked from OSchip/llvm-project
Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chandra : http://reviews.llvm.org/D6201
llvm-svn: 221694
This commit is contained in:
parent
8c2c67e63c
commit
590e943a81
|
@ -1,6 +1,7 @@
|
|||
LEVEL = ../../make
|
||||
|
||||
C_SOURCES := main.c
|
||||
CFLAGS_EXTRAS := -std=c99
|
||||
# See TestHelloWorld.py, which specifies the executable name with a dictionary.
|
||||
EXE := hello_world
|
||||
|
||||
|
|
Loading…
Reference in New Issue