Also fix the test - we can't activate fastcomp and call upstream's emcc to
even clear the cache, as it disallows fastcomp's LLVM.
This commit is contained in:
Alon Zakai
2020-08-21 12:56:57 -07:00
committed by GitHub
parent 6adb624e04
commit 721ef8f476
2 changed files with 5 additions and 1 deletions

View File

@@ -160,6 +160,9 @@ failing_call_with_output(emsdk + ' install latest-fastcomp', fastcomp_error)
failing_call_with_output(emsdk + ' install tot-fastcomp', fastcomp_error)
failing_call_with_output(emsdk + ' install 2.0.0-fastcomp', fastcomp_error)
print('go back to using upstream')
run_emsdk('activate latest')
print('clear cache')
check_call(upstream_emcc + ' --clear-cache')
assert not os.path.exists(LIBC)