Backout changeset c2b5cf7bde83 (bug 1488307) to give time to toolchains to build without blocking other landings.

This commit is contained in:
Mike Hommey
2018-09-05 06:46:42 +09:00
parent ff60630d1a
commit 4b3aecfed0

View File

@@ -217,8 +217,6 @@ def build_one_stage(cc, cxx, asm, ld, ar, ranlib, libtool,
"-DLLVM_TOOL_LIBCXX_BUILD=%s" % ("ON" if build_libcxx else "OFF"),
"-DLIBCXX_LIBCPPABI_VERSION=\"\"",
]
if is_linux():
cmake_args += ["-DLLVM_BINUTILS_INCDIR=%s/include" % gcc_dir]
if is_windows():
cmake_args.insert(-1, "-DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON")
cmake_args.insert(-1, "-DLLVM_USE_CRT_RELEASE=MT")