11cb0ef41Sopenharmony_ci# Copyright 2019 The Chromium Authors. All rights reserved. 21cb0ef41Sopenharmony_ci# Use of this source code is governed by a BSD-style license that can be 31cb0ef41Sopenharmony_ci# found in the LICENSE file. 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ciimport("//build/toolchain/gcc_toolchain.gni") 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ci# Fake toolchain to enable build output for a pointer-compression-comparison 81cb0ef41Sopenharmony_ci# build in a nested build sub-directory. We toggle pointer compression when 91cb0ef41Sopenharmony_ci# this toolchain is used in v8/BUILD.gn. 101cb0ef41Sopenharmony_ciclang_toolchain("clang_x64_pointer_compression") { 111cb0ef41Sopenharmony_ci toolchain_args = { 121cb0ef41Sopenharmony_ci current_cpu = "x64" 131cb0ef41Sopenharmony_ci current_os = "linux" 141cb0ef41Sopenharmony_ci } 151cb0ef41Sopenharmony_ci} 16