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
This commit is contained in:
3
lldb/test/python_api/module_section/b.cpp
Normal file
3
lldb/test/python_api/module_section/b.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
int b_function(int input) {
|
||||
return input * 2;
|
||||
}
|
||||
Reference in New Issue
Block a user