aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/bundle.README
diff options
context:
space:
mode:
authorTobias Bosch <tbosch@google.com>2019-09-26 09:45:35 -0700
committerTobias Bosch <tbosch@google.com>2019-09-26 20:19:44 +0000
commit8bb8b5b10282a5b603bb68e6c527d6b221d8f23d (patch)
treed20f602f7ee8e79872411028ef198acaab5e1d72 /compiler_wrapper/bundle.README
parent52bf1077e4117f4497d0cff09443d1e843058e7f (diff)
downloadtoolchain-utils-8bb8b5b10282a5b603bb68e6c527d6b221d8f23d.tar.gz
Support extra args for llvm next.
Also removes the capability of defining the old wrapper path now that we are getting close to landing it. BUG=chromium:773875 TEST=golden tests and comparison against old wrapper. Change-Id: I543ddb1651edf2a269917f8afb5a667129bc3561 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/1826986 Tested-by: Tobias Bosch <tbosch@google.com> Reviewed-by: George Burgess <gbiv@chromium.org>
Diffstat (limited to 'compiler_wrapper/bundle.README')
-rw-r--r--compiler_wrapper/bundle.README2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler_wrapper/bundle.README b/compiler_wrapper/bundle.README
index 530d04ea..10a28ee0 100644
--- a/compiler_wrapper/bundle.README
+++ b/compiler_wrapper/bundle.README
@@ -6,7 +6,7 @@ Toolchain utils compiler wrapper sources.
Build the wrapper:
./build --config=<config name> --use_ccache=<bool> \
- --old_wrapper_path=<path> --output_file=<file>
+ --use_llvm_next=<bool> --output_file=<file>
ATTENTION:
The files in this folder are generated. Do not modify manually!