Apply interop filtering

Also actualize .def files
This commit is contained in:
Svyatoslav Scherbina
2017-04-25 15:44:22 +03:00
committed by SvyatoslavScherbina
parent c5495e744e
commit 8a0b494c2e
12 changed files with 19 additions and 33 deletions
+2
View File
@@ -1,6 +1,8 @@
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 llvm-c/Linker.h DebugInfoC.h
headerFilter = llvm-c/* DebugInfoC.h
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 \