From 1b72f09150b1333e33773882e9c035ac896acc5e Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Fri, 16 Mar 2012 21:55:42 +0000 Subject: Export the APIs submitted by Dawn to the Python bindings. Add a simple test case for the SBModule.compile_unit_iter() API. llvm-svn: 152952 --- lldb/test/python_api/module_section/b.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lldb/test/python_api/module_section/b.cpp (limited to 'lldb/test/python_api/module_section/b.cpp') diff --git a/lldb/test/python_api/module_section/b.cpp b/lldb/test/python_api/module_section/b.cpp new file mode 100644 index 00000000000..4e3e54138e5 --- /dev/null +++ b/lldb/test/python_api/module_section/b.cpp @@ -0,0 +1,3 @@ +int b_function(int input) { + return input * 2; +} -- cgit v1.2.3