Bug 1752490 - Remove leftovers from bug 1751812. r=firefox-build-system-reviewers,andi
Differential Revision: https://phabricator.services.mozilla.com/D137258
This commit is contained in:
@@ -214,9 +214,6 @@ def build_one_stage(
|
|||||||
assertions,
|
assertions,
|
||||||
libcxx_include_dir,
|
libcxx_include_dir,
|
||||||
build_wasm,
|
build_wasm,
|
||||||
compiler_rt_source_dir=None,
|
|
||||||
runtimes_source_link=None,
|
|
||||||
compiler_rt_source_link=None,
|
|
||||||
is_final_stage=False,
|
is_final_stage=False,
|
||||||
pgo_phase=None,
|
pgo_phase=None,
|
||||||
):
|
):
|
||||||
@@ -846,8 +843,6 @@ if __name__ == "__main__":
|
|||||||
is_final_stage=(stages == 1),
|
is_final_stage=(stages == 1),
|
||||||
)
|
)
|
||||||
|
|
||||||
runtimes_source_link = llvm_source_dir + "/runtimes/compiler-rt"
|
|
||||||
|
|
||||||
if stages >= 2 and skip_stages < 2:
|
if stages >= 2 and skip_stages < 2:
|
||||||
stage2_dir = build_dir + "/stage2"
|
stage2_dir = build_dir + "/stage2"
|
||||||
stage2_inst_dir = stage2_dir + "/" + package_name
|
stage2_inst_dir = stage2_dir + "/" + package_name
|
||||||
@@ -875,9 +870,6 @@ if __name__ == "__main__":
|
|||||||
assertions,
|
assertions,
|
||||||
libcxx_include_dir,
|
libcxx_include_dir,
|
||||||
build_wasm,
|
build_wasm,
|
||||||
compiler_rt_source_dir,
|
|
||||||
runtimes_source_link,
|
|
||||||
compiler_rt_source_link,
|
|
||||||
is_final_stage=(stages == 2),
|
is_final_stage=(stages == 2),
|
||||||
pgo_phase=pgo_phase,
|
pgo_phase=pgo_phase,
|
||||||
)
|
)
|
||||||
@@ -908,9 +900,6 @@ if __name__ == "__main__":
|
|||||||
assertions,
|
assertions,
|
||||||
libcxx_include_dir,
|
libcxx_include_dir,
|
||||||
build_wasm,
|
build_wasm,
|
||||||
compiler_rt_source_dir,
|
|
||||||
runtimes_source_link,
|
|
||||||
compiler_rt_source_link,
|
|
||||||
(stages == 3),
|
(stages == 3),
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -951,9 +940,6 @@ if __name__ == "__main__":
|
|||||||
assertions,
|
assertions,
|
||||||
libcxx_include_dir,
|
libcxx_include_dir,
|
||||||
build_wasm,
|
build_wasm,
|
||||||
compiler_rt_source_dir,
|
|
||||||
runtimes_source_link,
|
|
||||||
compiler_rt_source_link,
|
|
||||||
(stages == 4),
|
(stages == 4),
|
||||||
pgo_phase=pgo_phase,
|
pgo_phase=pgo_phase,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user