{% extends "layout.html" %} {% block title %}latest release{% endblock %} {% block body %} {# The builds archive table... #}

Latest Release

FIXME: THIS PAGE IS JUST A PLACEHOLDER, IT IS NOT LIVE!

The latest released sources are available here: llvm-rNNNNNN.

Binary packages of the latest release: {% for build in ci_config.published_builds %} {% endfor %}
Product OS Arch Archive
{{ build.product }} {{ build.os }} {{ build.arch }} {{ build.archive_name }}
{% endblock %}