Skip to content

Commit 58904e9

Browse files
authored
Remove reference to fastcomp-latest. NFC (#1164)
fastcomp can only be install using explicit versions names so this name doesn't work.
1 parent 9b87e80 commit 58904e9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

emsdk.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3070,13 +3070,11 @@ def installed_sdk_text(name):
30703070
if (LINUX or MACOS or WINDOWS) and (ARCH == 'x86' or ARCH == 'x86_64'):
30713071
print('The *recommended* precompiled SDK download is %s (%s).' % (find_latest_version(), find_latest_hash()))
30723072
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')
30763075
print('')
3077-
print('Those are equivalent to installing/activating the following:')
3076+
print('This is equivalent to installing/activating:')
30783077
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'))))
30803078
print('')
30813079
else:
30823080
print('Warning: your platform does not have precompiled SDKs available.')

0 commit comments

Comments
 (0)