commit | 253ed7231f50b43366eb9712808148457bd7482d | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <[email protected]> | Tue Nov 07 11:08:46 2023 +0300 |
committer | Paul Sokolovsky <[email protected]> | Wed Nov 29 10:44:12 2023 +0300 |
tree | 2211aac02077d4f807a0e392fb03379d1736ce78 | |
parent | 7ac3194a9b43a62599671cc014800742d6e6f39c [diff] [blame] |
Build: Upgrade ArmClang version to 6.21 Previously, ArmClang was upgraded to 6.18, but this version was found to have issues when UBL licensing is enabled. So, upgrade to the latest as of now to resolve them. https://linaro.atlassian.net/browse/TFC-525 Signed-off-by: Paul Sokolovsky <[email protected]> Change-Id: I2f6dffbdd8079cc22e0016c9be247aed508eb02a
diff --git a/performance.py b/performance.py index 97c6554..e377898 100755 --- a/performance.py +++ b/performance.py
@@ -144,7 +144,7 @@ def main(user_args): if user_args.generate_memory: # Export ARMClang v6.13 to ENV PATH - os.environ['PATH'] += os.pathsep + os.getenv('ARMCLANG_6_18_PATH') + os.environ['PATH'] += os.pathsep + os.getenv('ARMCLANG_6_21_PATH') if os.getenv('CONFIG_NAME') in mem_configs.keys(): print('Configuration ' + os.getenv('CONFIG_NAME') + ' is a reference')