We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-llvm
1 parent 8d4c5c7 commit ecee6f1Copy full SHA for ecee6f1
compiler/mx.compiler/mx_compiler.py
@@ -1264,9 +1264,6 @@ def get_latest_jvmci_version():
1264
mx.abort(msg)
1265
1266
if version_check_setting == 'strict' and not success:
1267
- # [GR-67676] The `-llvm` artifacts are currently not up to date due to a JDK build system problem JDK-8361844.
1268
- if latest.endswith('-llvm'):
1269
- return
1270
if latest == 'not found':
1271
msg = f'No JVMCI JDK found in {common_path} that matches {_jdk_jvmci_version}.'
1272
msg += os.linesep + f'Check that {latest} matches the versions of the other JVMCI JDKs.'
0 commit comments