diff options
| author | Shafik Yaghmour <syaghmour@apple.com> | 2018-10-12 17:20:39 +0000 |
|---|---|---|
| committer | Shafik Yaghmour <syaghmour@apple.com> | 2018-10-12 17:20:39 +0000 |
| commit | aa30268539a9e958b149b0583de02eeb7e10e5e8 (patch) | |
| tree | 1a0d44cfa1fb973a4e35c34e8124b2d75ab90372 /lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile | |
| parent | e2441bd26815fa7a9d57d4212103740270858bb6 (diff) | |
| download | bcm5719-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/Makefile | 7 |
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 |

