Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chandra...
authorShawn Best <sbest@blueshiftinc.com>
Tue, 11 Nov 2014 17:45:00 +0000 (17:45 +0000)
committerShawn Best <sbest@blueshiftinc.com>
Tue, 11 Nov 2014 17:45:00 +0000 (17:45 +0000)
llvm-svn: 221694

lldb/test/python_api/value_var_update/Makefile

index 9976203..8671fb9 100644 (file)
@@ -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