Always link bitcode files specified with -nativelibrary
This commit is contained in:
committed by
SvyatoslavScherbina
parent
fb08c25633
commit
f564bd7707
@@ -127,7 +127,8 @@ List<String> llvmLinkerOpts() {
|
||||
'-lLLVMMC',
|
||||
'-lLLVMCore',
|
||||
'-lLLVMSupport',
|
||||
'-lLLVMDebugInfoCodeView'
|
||||
'-lLLVMDebugInfoCodeView',
|
||||
'-lLLVMLinker'
|
||||
]
|
||||
|
||||
final List<String> res = new ArrayList<>()
|
||||
|
||||
Reference in New Issue
Block a user