Interop: implement stub gen without .def

also add some default values to .def file format
This commit is contained in:
Svyatoslav Scherbina
2016-10-12 16:46:41 +03:00
parent fc5c7ac6df
commit 94f3c1d048
3 changed files with 70 additions and 29 deletions
-2
View File
@@ -1,7 +1,5 @@
headers = llvm-c/Core.h llvm-c/ExecutionEngine.h llvm-c/Target.h llvm-c/Analysis.h llvm-c/BitWriter.h llvm-c/BitReader.h
compiler = clang
compilerOpts = -std=c99 -fPIC \
-Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers \
-pedantic -Wno-long-long -Wcovered-switch-default -Wdelete-non-virtual-dtor \