summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/value_var_update
diff options
context:
space:
mode:
authorShawn Best <sbest@blueshiftinc.com>2014-11-11 17:45:00 +0000
committerShawn Best <sbest@blueshiftinc.com>2014-11-11 17:45:00 +0000
commit590e943a818dc372c966ffec25c919382d741b76 (patch)
tree322bcd2af0b5b3d28a5bd2c9094f04594b4b0819 /lldb/test/python_api/value_var_update
parent8c2c67e63c016b6708897eb6ca5816af416148bd (diff)
downloadbcm5719-llvm-590e943a818dc372c966ffec25c919382d741b76.tar.gz
bcm5719-llvm-590e943a818dc372c966ffec25c919382d741b76.zip
Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chandra : http://reviews.llvm.org/D6201
llvm-svn: 221694
Diffstat (limited to 'lldb/test/python_api/value_var_update')
-rw-r--r--lldb/test/python_api/value_var_update/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/value_var_update/Makefile b/lldb/test/python_api/value_var_update/Makefile
index 9976203b63b..8671fb94802 100644
--- a/lldb/test/python_api/value_var_update/Makefile
+++ b/lldb/test/python_api/value_var_update/Makefile
@@ -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
OpenPOWER on IntegriCloud