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

Change subject: scons: Increase the minimum version of clang to 6.
......................................................................

scons: Increase the minimum version of clang to 6.

Change-Id: I41f7e96922c273827c72df06145f0fe433936b59
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/45621
Reviewed-by: Daniel Carvalho <[email protected]>
Reviewed-by: Matt Sinclair <[email protected]>
Reviewed-by: Jason Lowe-Power <[email protected]>
Maintainer: Bobby R. Bruce <[email protected]>
Tested-by: kokoro <[email protected]>
---
M SConstruct
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jason Lowe-Power: Looks good to me, approved
  Matt Sinclair: Looks good to me, but someone else must approve
  Daniel Carvalho: Looks good to me, but someone else must approve
  Bobby R. Bruce: Looks good to me, approved
  kokoro: Regressions pass



diff --git a/SConstruct b/SConstruct
index d8819e8..041701f 100755
--- a/SConstruct
+++ b/SConstruct
@@ -376,8 +376,8 @@
                                   '-fno-builtin-realloc', '-fno-builtin-free'])

 elif main['CLANG']:
-    if compareVersions(main['CXXVERSION'], "3.9") < 0:
-        error('clang version 3.9 or newer required.\n'
+    if compareVersions(main['CXXVERSION'], "6") < 0:
+        error('clang version 6 or newer required.\n'
               'Installed version:', main['CXXVERSION'])

     # Set the Link-Time Optimization (LTO) flags if enabled.

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/45621
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: I41f7e96922c273827c72df06145f0fe433936b59
Gerrit-Change-Number: 45621
Gerrit-PatchSet: 2
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Bobby R. Bruce <[email protected]>
Gerrit-Reviewer: Daniel Carvalho <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Kyle Roarty <[email protected]>
Gerrit-Reviewer: Matt Poremba <[email protected]>
Gerrit-Reviewer: Matt Sinclair <[email protected]>
Gerrit-Reviewer: Nikos Nikoleris <[email protected]>
Gerrit-Reviewer: kokoro <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to