Introduced shims for LLVM StubGenerator.

Run your gradlew task with -Dshims=true to dump the trace

This is not a complete executable solution yet, but already very useful for llvm api tracing
This commit is contained in:
Alexander Gorshenev
2016-11-14 16:28:09 +03:00
committed by alexander-gorshenev
parent 755194486b
commit ca193efa5c
3 changed files with 27 additions and 4 deletions
@@ -191,6 +191,11 @@ class NamedNativeInteropConfig implements Named {
headers.files.each {
args "-h:$it"
}
if (project.hasProperty("shims")) {
args "-shims:$project.ext.shims"
}
}
}