Browse Source

Keep Clang libTooling libs when packaging LLVM.

pull/1162/merge
Joao Matos 7 years ago
parent
commit
751edf7488
  1. 2
      build/scripts/LLVM.lua

2
build/scripts/LLVM.lua

@ -418,14 +418,12 @@ function package_llvm(conf, llvm, llvm_build) @@ -418,14 +418,12 @@ function package_llvm(conf, llvm, llvm_build)
os.rmfiles(out_lib_dir, "clang*Matchers*.lib")
os.rmfiles(out_lib_dir, "clang*Rewrite*.lib")
os.rmfiles(out_lib_dir, "clang*StaticAnalyzer*.lib")
os.rmfiles(out_lib_dir, "clang*Tooling*.lib")
else
os.rmfiles(out_lib_dir, "libllvm*ObjCARCOpts*.a")
os.rmfiles(out_lib_dir, "libclang*ARC*.a")
os.rmfiles(out_lib_dir, "libclang*Matchers*.a")
os.rmfiles(out_lib_dir, "libclang*Rewrite*.a")
os.rmfiles(out_lib_dir, "libclang*StaticAnalyzer*.a")
os.rmfiles(out_lib_dir, "libclang*Tooling*.a")
end
return out

Loading…
Cancel
Save