File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3070,13 +3070,11 @@ def installed_sdk_text(name):
3070
3070
if (LINUX or MACOS or WINDOWS ) and (ARCH == 'x86' or ARCH == 'x86_64' ):
3071
3071
print ('The *recommended* precompiled SDK download is %s (%s).' % (find_latest_version (), find_latest_hash ()))
3072
3072
print ()
3073
- print ('To install/activate it, use one of:' )
3074
- print (' latest [default (llvm) backend]' )
3075
- print (' latest-fastcomp [legacy (fastcomp) backend]' )
3073
+ print ('To install/activate it use:' )
3074
+ print (' latest' )
3076
3075
print ('' )
3077
- print ('Those are equivalent to installing/activating the following :' )
3076
+ print ('This is equivalent to installing/activating:' )
3078
3077
print (' %s %s' % (find_latest_version (), installed_sdk_text (find_latest_sdk ('upstream' ))))
3079
- print (' %s-fastcomp %s' % (find_latest_version (), installed_sdk_text (find_latest_sdk ('fastcomp' ))))
3080
3078
print ('' )
3081
3079
else :
3082
3080
print ('Warning: your platform does not have precompiled SDKs available.' )
You can’t perform that action at this time.
0 commit comments