Always link bitcode files specified with -nativelibrary

This commit is contained in:
Svyatoslav Scherbina
2017-03-29 17:46:26 +03:00
committed by SvyatoslavScherbina
parent fb08c25633
commit f564bd7707
9 changed files with 45 additions and 30 deletions
+2 -1
View File
@@ -1,4 +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
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
compilerOpts = -std=c99 -fPIC \
-Wall -W -Wno-unused-parameter -Wwrite-strings -Wmissing-field-initializers \