summaryrefslogtreecommitdiff
path: root/chromium/build/config/fuchsia/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/build/config/fuchsia/BUILD.gn')
-rw-r--r--chromium/build/config/fuchsia/BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/build/config/fuchsia/BUILD.gn b/chromium/build/config/fuchsia/BUILD.gn
index b346cc05150..14c5b218813 100644
--- a/chromium/build/config/fuchsia/BUILD.gn
+++ b/chromium/build/config/fuchsia/BUILD.gn
@@ -33,11 +33,11 @@ config("compiler") {
# patches, we might want to make tools/clang/scripts/update.py build it
# and bundle it with the clang package instead of using the library from
# the SDK, https://crbug.com/724204
- # Note: Intentionally 6.0.0 instead of $clang_version because the clang
+ # Note: Intentionally 7.0.0 instead of $clang_version because the clang
# version of the toolchain_libs directory in the Fuchsia SDK can be
# different from the version of Chromium's clang.
"-resource-dir",
- rebase_path(fuchsia_sdk, root_build_dir) + "/toolchain_libs/clang/6.0.0",
+ rebase_path(fuchsia_sdk, root_build_dir) + "/toolchain_libs/clang/7.0.0",
# The stack defaults to 256k on Fuchsia (see
# https://fuchsia.googlesource.com/zircon/+/master/system/private/zircon/stack.h#9),