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:
Johnny Chen
2012-03-16 21:55:42 +00:00
parent f6af30f4c7
commit 1b72f09150
7 changed files with 59 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
int b_function(int input) {
return input * 2;
}