summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2018-10-12 17:20:39 +0000
committerShafik Yaghmour <syaghmour@apple.com>2018-10-12 17:20:39 +0000
commitaa30268539a9e958b149b0583de02eeb7e10e5e8 (patch)
tree1a0d44cfa1fb973a4e35c34e8124b2d75ab90372 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile
parente2441bd26815fa7a9d57d4212103740270858bb6 (diff)
downloadbcm5719-llvm-aa30268539a9e958b149b0583de02eeb7e10e5e8.tar.gz
bcm5719-llvm-aa30268539a9e958b149b0583de02eeb7e10e5e8.zip
Adding support to step into the callable wrapped by libc++ std::function
rdar://problem/14365983 Differential Revision: https://reviews.llvm.org/D52851 llvm-svn: 344371
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile b/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile
new file mode 100644
index 00000000000..a42bb089d15
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile
@@ -0,0 +1,7 @@
+LEVEL = ../../../make
+
+CXX_SOURCES := main.cpp
+CXXFLAGS += -std=c++11
+USE_LIBCPP := 1
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud