aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManoj Gupta <manojgupta@chromium.org>2021-07-23 16:00:26 +0000
committerManoj Gupta <manojgupta@chromium.org>2021-07-23 16:57:47 +0000
commite5d02c07357346fba77126e43fc092af01ae5d7e (patch)
tree2fdb227ef88e97b84aae17aefc5f893fd6c0baa9
parentba388e12723672feeb96fedefc29de1632b1fb71 (diff)
downloadtoolchain-utils-e5d02c07357346fba77126e43fc092af01ae5d7e.tar.gz
Revert "[llvm_tools] automatically uprevs sys-devel/gcc whenever LLVM_NEXT is changed"
This reverts commit a5725194cabd4244fd04c106c3a8d8b0d246b751. Reason for revert: breaks llvm-next testing. b/194493350 Original change's description: > [llvm_tools] automatically uprevs sys-devel/gcc whenever LLVM_NEXT is changed > > BUG=b:192996912 > TEST=update_chromeos_llvm_hash_unittest.py verified via CQ > > Change-Id: Id06f054fdc4400c9b9af48c5383172192cb9a8a3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3021576 > Tested-by: Christopher Di Bella <cjdb@google.com> > Auto-Submit: Christopher Di Bella <cjdb@google.com> > Reviewed-by: Luis Lozano <llozano@chromium.org> > Commit-Queue: Christopher Di Bella <cjdb@google.com> Bug: b:192996912, b:194493350 Change-Id: I3a8e70bc20f09d92d594c1821b90157b6b5aba18 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3048754 Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
-rwxr-xr-xllvm_tools/update_chromeos_llvm_hash.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm_tools/update_chromeos_llvm_hash.py b/llvm_tools/update_chromeos_llvm_hash.py
index c54087bb..afc63f3c 100755
--- a/llvm_tools/update_chromeos_llvm_hash.py
+++ b/llvm_tools/update_chromeos_llvm_hash.py
@@ -483,11 +483,6 @@ def UpdatePackages(packages, llvm_variant, git_hash, svn_version, chroot_path,
# Determines whether to print the result of each executed command.
llvm_patch_management.verbose = verbose
- # Unconditionally update sys-devel/gcc
- sys_devel_gcc = 'sys-devel/gcc'
- if sys_devel_gcc not in packages:
- packages.append(sys_devel_gcc)
-
# Construct a dictionary where the key is the absolute path of the symlink to
# the package and the value is the absolute path to the ebuild of the package.
paths_dict = CreatePathDictionaryFromPackages(chroot_path, packages)