[Lldb-commits] [lldb] r221694 - Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chandra : http://reviews.llvm.org/D6201

Shawn Best sbest at blueshiftinc.com
Tue Nov 11 09:45:00 PST 2014


Author: sbest
Date: Tue Nov 11 11:45:00 2014
New Revision: 221694

URL: http://llvm.org/viewvc/llvm-project?rev=221694&view=rev
Log:
Add -std=c99 for building the test case of TestValueVarUpdate - for Siva Chandra : http://reviews.llvm.org/D6201

Modified:
    lldb/trunk/test/python_api/value_var_update/Makefile

Modified: lldb/trunk/test/python_api/value_var_update/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/value_var_update/Makefile?rev=221694&r1=221693&r2=221694&view=diff
==============================================================================
--- lldb/trunk/test/python_api/value_var_update/Makefile (original)
+++ lldb/trunk/test/python_api/value_var_update/Makefile Tue Nov 11 11:45:00 2014
@@ -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
 





More information about the lldb-commits mailing list