Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/32122 )

Change subject: scons: Delete the now unused --update-ref option.
......................................................................

scons: Delete the now unused --update-ref option.

This option was for use with the old scons based regression tests.
Those had been deleted for a while, but some other bits and pieces
related to them were still lying around, depending on this option. Now
that those have been cleaned up, this option can go away.

Change-Id: I95b41dd0a14c51e74d1e527eb40e09f49aaeaf7e
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32122
Reviewed-by: Gabe Black <gabebl...@google.com>
Maintainer: Gabe Black <gabebl...@google.com>
Tested-by: kokoro <noreply+kok...@google.com>
---
M SConstruct
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Gabe Black: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass



diff --git a/SConstruct b/SConstruct
index 96bb979..4dc48ae 100755
--- a/SConstruct
+++ b/SConstruct
@@ -151,8 +151,6 @@
 AddLocalOption('--force-lto', action='store_true',
help='Use Link-Time Optimization instead of partial linking' + ' when the compiler doesn\'t support using them together.')
-AddLocalOption('--update-ref', action='store_true',
-               help='Update test reference outputs')
 AddLocalOption('--verbose', action='store_true',
                help='Print full tool command lines')
 AddLocalOption('--without-python', action='store_true',

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/32122
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I95b41dd0a14c51e74d1e527eb40e09f49aaeaf7e
Gerrit-Change-Number: 32122
Gerrit-PatchSet: 5
Gerrit-Owner: Gabe Black <gabebl...@google.com>
Gerrit-Reviewer: Andreas Sandberg <andreas.sandb...@arm.com>
Gerrit-Reviewer: Bobby R. Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Gabe Black <gabebl...@google.com>
Gerrit-Reviewer: Jason Lowe-Power <power...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to