summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-11-19 21:45:07 +0000
committerEnrico Granata <egranata@apple.com>2015-11-19 21:45:07 +0000
commit55d99f0e7c0cbf7aabafbf776e5361bf0b54054a (patch)
tree579d68df554f2fb675937ca0792e5712902e3b89 /lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
parent1cd3da15e8f5af0665839c523069c8c85282b293 (diff)
downloadbcm5719-llvm-55d99f0e7c0cbf7aabafbf776e5361bf0b54054a.tar.gz
bcm5719-llvm-55d99f0e7c0cbf7aabafbf776e5361bf0b54054a.zip
Cleanup work required to get the ASAN tests to run in the new test suite infrastructure; the tests are now xfailed on Darwin pending investigation
llvm-svn: 253604
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile b/lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
index 0412ba1a30d..26654a023ed 100644
--- a/lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/functionalities/asan/Makefile
@@ -1,6 +1,6 @@
LEVEL = ../../make
C_SOURCES := main.c
-CFLAGS := $(CFLAGS) -fsanitize=address -g
+CFLAGS_EXTRAS := -fsanitize=address -g
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud