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
@@ -127,7 +127,8 @@ List<String> llvmLinkerOpts() {
'-lLLVMMC',
'-lLLVMCore',
'-lLLVMSupport',
'-lLLVMDebugInfoCodeView'
'-lLLVMDebugInfoCodeView',
'-lLLVMLinker'
]
final List<String> res = new ArrayList<>()