1Copyright 2019 The Chromium OS Authors. All rights reserved. 2Use of this source code is governed by a BSD-style license that can be 3found in the LICENSE file. 4 5Toolchain utils compiler wrapper sources. 6 7Build the wrapper: 8./build --config=<config name> --use_ccache=<bool> \ 9 --use_llvm_next=<bool> --output_file=<file> 10 11ATTENTION: 12The files in this folder are generated. Do not modify manually! 13 14To update: 15- modify third_party/toolchain_utils/compiler_wrapper 16- run third_party/toolchain_utils/compiler_wrapper/bundle.py --output_dir=... 17 18Source: https://chromium-review.googlesource.com/q/{change_id} 19