Commit 20d88052 authored by Sajjad Mirza's avatar Sajjad Mirza Committed by Chromium LUCI CQ

[code coverage] Pass target_os to wrapper on Mac.

Bug: 1141727
Change-Id: I763275bb48fd368cbb7ce7bfe5f9979c81201042
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560835
Auto-Submit: Sajjad Mirza <sajjadm@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarMark Mentovai <mark@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Cr-Commit-Position: refs/heads/master@{#831912}
parent b7296f5f
......@@ -157,7 +157,7 @@ template("mac_toolchain") {
rebase_path("//build/toolchain/clang_code_coverage_wrapper.py",
root_build_dir) + " --files-to-instrument=" +
rebase_path(toolchain_coverage_instrumentation_input_file,
root_build_dir)
root_build_dir) + " --target-os=" + target_os
cc = _coverage_wrapper + " ${cc}"
cxx = _coverage_wrapper + " ${cxx}"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment