Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ List of available LLVM versions:
- `22.1.6`
- `22.1.7`
- `22.1.8`
- `23.1.0`

List of available LLVM commit hashes:

Expand Down
97 changes: 0 additions & 97 deletions dist/README.md

This file was deleted.

36 changes: 7 additions & 29 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34824,37 +34824,11 @@ function _unique(values) {
;// CONCATENATED MODULE: external "node:fs"
const external_node_fs_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:fs");
var external_node_fs_default = /*#__PURE__*/__nccwpck_require__.n(external_node_fs_namespaceObject);
// EXTERNAL MODULE: external "node:url"
var external_node_url_ = __nccwpck_require__(3136);
;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
var external_node_path_default = /*#__PURE__*/__nccwpck_require__.n(external_node_path_namespaceObject);
;// CONCATENATED MODULE: ./src/utils/constants.ts
/*
* Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH
* Copyright (c) 2025 - 2026 Chair for Design Automation, TUM
* All rights reserved.
*
* Licensed under the Apache License v2.0 with LLVM Exceptions (the "License"); you
* may not use this file except in compliance with the License. You may obtain a
* copy of the License at https://llvm.org/LICENSE.txt
*
* Unless required by applicable law or agreed to in writing, software distributed
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/


const REPO_OWNER = "munich-quantum-software";
const REPO_NAME = "portable-mlir-toolchain";
const constants_filename = (0,external_node_url_.fileURLToPath)(import.meta.url);
const constants_dirname = (0,external_node_path_namespaceObject.dirname)(constants_filename);
const MANIFEST_FILE = __nccwpck_require__.ab + "version-manifest.json";
const README_FILE = __nccwpck_require__.ab + "README.md";

// EXTERNAL MODULE: external "node:url"
var external_node_url_ = __nccwpck_require__(3136);
;// CONCATENATED MODULE: ./src/utils/platform.ts
/*
* Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH
Expand Down Expand Up @@ -34962,6 +34936,10 @@ function determineArchitecture() {




const download_filename = (0,external_node_url_.fileURLToPath)(import.meta.url);
const download_dirname = (0,external_node_path_namespaceObject.dirname)(download_filename);
const MANIFEST_FILE = __nccwpck_require__.ab + "version-manifest.json";
/**
* Get the manifest entry for the specified arguments
* @param version The requested LLVM version
Expand Down Expand Up @@ -35025,7 +35003,7 @@ async function loadManifest(forceRemote = false) {
return await loadManifestFromRemote();
}
try {
const fileContent = await external_node_fs_namespaceObject.promises.readFile(MANIFEST_FILE, "utf-8");
const fileContent = await external_node_fs_namespaceObject.promises.readFile(__nccwpck_require__.ab + "version-manifest.json", "utf-8");
return JSON.parse(fileContent);
}
catch (error) {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

97 changes: 0 additions & 97 deletions dist/update-known-versions/README.md

This file was deleted.

16 changes: 6 additions & 10 deletions dist/update-known-versions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33946,6 +33946,8 @@ function getIDToken(aud) {
//# sourceMappingURL=core.js.map
;// CONCATENATED MODULE: external "node:fs"
const external_node_fs_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:fs");
;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: ./node_modules/universal-user-agent/index.js
function getUserAgent() {
if (typeof navigator === "object" && "userAgent" in navigator) {
Expand Down Expand Up @@ -35833,10 +35835,6 @@ function createOctokit(token) {
return new Octokit(options);
}

// EXTERNAL MODULE: external "node:url"
var external_node_url_ = __nccwpck_require__(3136);
;// CONCATENATED MODULE: external "node:path"
const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(import.meta.url)("node:path");
;// CONCATENATED MODULE: ./src/utils/constants.ts
/*
* Copyright (c) 2025 - 2026 Munich Quantum Software Company GmbH
Expand All @@ -35854,14 +35852,8 @@ const external_node_path_namespaceObject = __WEBPACK_EXTERNAL_createRequire(impo
*
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
*/


const REPO_OWNER = "munich-quantum-software";
const REPO_NAME = "portable-mlir-toolchain";
const constants_filename = (0,external_node_url_.fileURLToPath)(import.meta.url);
const constants_dirname = (0,external_node_path_namespaceObject.dirname)(constants_filename);
const MANIFEST_FILE = __nccwpck_require__.ab + "version-manifest.json";
const README_FILE = __nccwpck_require__.ab + "README.md";

// EXTERNAL MODULE: ./node_modules/semver/index.js
var semver = __nccwpck_require__(2088);
Expand All @@ -35887,6 +35879,10 @@ var semver = __nccwpck_require__(2088);




const REPOSITORY_ROOT = process.env.GITHUB_WORKSPACE ?? process.cwd();
const MANIFEST_FILE = (0,external_node_path_namespaceObject.join)(REPOSITORY_ROOT, "version-manifest.json");
const README_FILE = (0,external_node_path_namespaceObject.join)(REPOSITORY_ROOT, "README.md");
const README_LIST_BEGIN = "<!--- BEGIN: AUTO-GENERATED LIST. DO NOT EDIT. -->";
const README_LIST_END = "<!--- END: AUTO-GENERATED LIST. DO NOT EDIT. -->";
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/update-known-versions/index.js.map

Large diffs are not rendered by default.

Loading