зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1316545 part 2 - Enable LLVM_EXPORT_SYMBOLS_FOR_PLUGINS for linking clang plugin on windows. r=ehsan
MozReview-Commit-ID: 5p5oFAlQyri --HG-- extra : histedit_source : b1bb3860cd5d2f717c0862eb4a3ff052f7bf5b79
This commit is contained in:
Родитель
a299d4d20b
Коммит
d1254c6058
|
@ -205,6 +205,8 @@ def build_one_stage(cc, cxx, src_dir, stage_dir, build_libcxx,
|
|||
"-DLLVM_TOOL_LIBCXX_BUILD=%s" % ("ON" if build_libcxx else "OFF"),
|
||||
"-DLIBCXX_LIBCPPABI_VERSION=\"\"",
|
||||
src_dir];
|
||||
if is_windows():
|
||||
cmake_args.insert(-1, "-DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS=ON")
|
||||
build_package(build_dir, run_cmake, cmake_args)
|
||||
|
||||
if is_linux():
|
||||
|
|
Загрузка…
Ссылка в новой задаче