This revision was automatically updated to reflect the committed changes.
Closed by commit rL291949: Fix TestRegisterVariables for linux arm/arm64 gcc 
ver > 5 (authored by omjavaid).

Changed prior to commit:
  https://reviews.llvm.org/D28666?vs=84257&id=84342#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28666

Files:
  lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile


Index: 
lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
@@ -2,6 +2,6 @@
 
 C_SOURCES := test.c
 
-CFLAGS_EXTRAS += -O1
+CFLAGS_EXTRAS += -O1 -D_FORTIFY_SOURCE=0
 
 include $(LEVEL)/Makefile.rules


Index: lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/register_variables/Makefile
@@ -2,6 +2,6 @@
 
 C_SOURCES := test.c
 
-CFLAGS_EXTRAS += -O1
+CFLAGS_EXTRAS += -O1 -D_FORTIFY_SOURCE=0
 
 include $(LEVEL)/Makefile.rules
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to