Backout changeset b0abf5269c25 (bug 1492037) to give time to toolchains to build without blocking other landings.

This commit is contained in:
Mike Hommey
2018-09-19 06:58:26 +09:00
parent d501855240
commit f5eb1e4f5b
8 changed files with 0 additions and 29 deletions

View File

@@ -222,9 +222,6 @@ def build_one_stage(cc, cxx, asm, ld, ar, ranlib, libtool,
if is_windows():
cmake_args.insert(-1, "-DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON")
cmake_args.insert(-1, "-DLLVM_USE_CRT_RELEASE=MT")
else:
# libllvm as a shared library is not supported on Windows
cmake_args += ["-DLLVM_LINK_LLVM_DYLIB=ON"]
if ranlib is not None:
cmake_args += ["-DCMAKE_RANLIB=%s" % slashify_path(ranlib)]
if libtool is not None: