aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/bundle.README
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/bundle.README')
-rw-r--r--compiler_wrapper/bundle.README18
1 files changed, 0 insertions, 18 deletions
diff --git a/compiler_wrapper/bundle.README b/compiler_wrapper/bundle.README
deleted file mode 100644
index 10a28ee0..00000000
--- a/compiler_wrapper/bundle.README
+++ /dev/null
@@ -1,18 +0,0 @@
-Copyright 2019 The Chromium OS Authors. All rights reserved.
-Use of this source code is governed by a BSD-style license that can be
-found in the LICENSE file.
-
-Toolchain utils compiler wrapper sources.
-
-Build the wrapper:
-./build --config=<config name> --use_ccache=<bool> \
- --use_llvm_next=<bool> --output_file=<file>
-
-ATTENTION:
-The files in this folder are generated. Do not modify manually!
-
-To update:
-- modify third_party/toolchain_utils/compiler_wrapper
-- run third_party/toolchain_utils/compiler_wrapper/bundle.py --output_dir=...
-
-Source: https://chromium-review.googlesource.com/q/{change_id}