build, Interop/Indexer: update LLVM and clang to 3.9.0

This commit is contained in:
Svyatoslav Scherbina
2017-02-20 11:12:29 +07:00
committed by SvyatoslavScherbina
parent 9052e08e59
commit 9a7d036b33
7 changed files with 721 additions and 460 deletions
+2 -1
View File
@@ -113,7 +113,8 @@ List<String> llvmLinkerOpts() {
'-lLLVMBitReader',
'-lLLVMMC',
'-lLLVMCore',
'-lLLVMSupport'
'-lLLVMSupport',
'-lLLVMDebugInfoCodeView'
]
final List<String> res = new ArrayList<>()