diff options
| author | Pavel Labath <labath@google.com> | 2015-02-05 17:03:22 +0000 |
|---|---|---|
| committer | Pavel Labath <labath@google.com> | 2015-02-05 17:03:22 +0000 |
| commit | ef0d0c65f01cb23484c675cbfb1790a548250b3d (patch) | |
| tree | 1c30d32bfc28d5399f94dccc76964459769de3d0 /lldb/test/python_api/sbvalue_const_addrof | |
| parent | 648cced01cf72d99589cf4c41fed1b2a1358a2c3 (diff) | |
| download | bcm5719-llvm-ef0d0c65f01cb23484c675cbfb1790a548250b3d.tar.gz bcm5719-llvm-ef0d0c65f01cb23484c675cbfb1790a548250b3d.zip | |
Check-in generated test makefiles
for rationale, see D7407.
llvm-svn: 228314
Diffstat (limited to 'lldb/test/python_api/sbvalue_const_addrof')
| -rw-r--r-- | lldb/test/python_api/sbvalue_const_addrof/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/python_api/sbvalue_const_addrof/Makefile b/lldb/test/python_api/sbvalue_const_addrof/Makefile new file mode 100644 index 00000000000..a9c1edd1bdc --- /dev/null +++ b/lldb/test/python_api/sbvalue_const_addrof/Makefile @@ -0,0 +1,4 @@ +LEVEL = ../../make +CXX_SOURCES := main.cpp +CXXFLAGS += -std=c++11 +include $(LEVEL)/Makefile.rules |

